Class EdiGeoSpeed
The current speed of the vehicle in a defined measurement
Inheritance
System.Object
EdiGeoSpeed
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiGeoSpeed : object
Properties
Speed
The current speed of the vehicle
Declaration
public decimal Speed { get; set; }
Property Value
Type | Description |
---|---|
System.Decimal |
SpeedMeasurementUnitCode
Code that describes the unit in which the speed is measured Default Kilometer per hour
Declaration
public MeasurementUnitCode? SpeedMeasurementUnitCode { get; set; }
Property Value
Type | Description |
---|---|
System.Nullable<MeasurementUnitCode> |