VehicleLocationHistoryRecordLongitude Property |
Longitude of the vehicle at the specified time. Longitude is angle from the prime meridian (in England) in east-west direction. Positive values denote east and negative - west. The value is in the range [-180, 180]. [Required]
Namespace:
Aloe.EnterpriseOne.Model.Applications.Fleet
Assembly:
Aloe.EnterpriseOne.Model (in Aloe.EnterpriseOne.Model.dll) Version: 20.1.3.5
Syntaxpublic decimal Longitude { get; set; }
Public Property Longitude As Decimal
Get
Set
public:
property Decimal^ Longitude {
Decimal^ get ();
void set (Decimal^ value);
}
member Longitude : decimal with get, set
Property Value
Type:
Decimal
See Also