VehicleLocationHistoryRecordLatitude Property |
Latitude of the vehicle at the specified time. Latitude is the vertical angle from equator to the pole of the point. Positive values denote points north of the equator. The value is in the range [-90, 90]. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic 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
See Also