Latitude Property

Facebook API Wrapper

Collapse image Expand Image Copy image CopyHover image
Gets the Latitude

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

Syntax

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

See Also