Longitude Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Longitude

Namespace: FacebookWrapper.ObjectModel
Assembly: FbGraphApiWrapper (in FbGraphApiWrapper.dll) Version: 6.2.1.2 (6.2.1.2)

Syntax

C#
public double Longitude { get; }
Visual Basic
Public ReadOnly Property Longitude As Double
	Get
Visual C++
public:
property double Longitude {
	double get ();
}

See Also