|
GeoCoordinateLatitude Property |
[This is preliminary documentation and is subject to change.]
The latitude of GeoCoordinate.
Namespace: SnapMD.VirtualCare.ApiModels.RulesAssembly: SnapMD.VirtualCare.ApiModels (in SnapMD.VirtualCare.ApiModels.dll) Version: 1.24.0.23327 (1.0.0.0)
Syntaxpublic Nullable<decimal> Latitude { get; set; }
Public Property Latitude As Nullable(Of Decimal)
Get
Set
public:
property Nullable<Decimal> Latitude {
Nullable<Decimal> get ();
void set (Nullable<Decimal> value);
}
member Latitude : Nullable<decimal> with get, set
Property Value
Type:
NullableDecimal
The latitude.
See Also