Class EdiGeoLocationEvent
A geo location event which is transferred between two partners
Inheritance
System.Object
Conizi.Model.Shared.Interfaces.EdiPatternPropertiesBase
Conizi.Model.Shared.Interfaces.EdiEventBase
EdiGeoLocationEvent
Namespace: Conizi.Model.Shared.Entities
Assembly: Conizi.Model.dll
Syntax
public class EdiGeoLocationEvent : EdiEventBase, IDevice
Properties
DeviceId
The id of the used device, should be used if the vehicle is not the unique asset for the geo location
Declaration
public string DeviceId { get; set; }
Property Value
Type | Description |
---|---|
System.String |
GeoPosition
Data about the current geo position
Declaration
public EdiGeoPosition GeoPosition { get; set; }
Property Value
Type | Description |
---|---|
EdiGeoPosition |