| LocationLatitude Property |
Gets or sets the latitude.
Namespace: InstaSharp.ModelsAssembly: InstaSharp (in InstaSharp.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax public decimal Latitude { get; set; }
Public Property Latitude As Decimal
Get
Set
public:
property Decimal Latitude {
Decimal get ();
void set (Decimal value);
}
member Latitude : decimal with get, set
Property Value
Type:
Decimal
The latitude.
See Also