Class TrackingInfo
Dto for HARDWARIO CHESTER data about position and tracking
Inheritance
System.Object
TrackingInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: VEDriversLite.Devices.APIs.HARDWARIO.Dto
Assembly: VEDriversLite.dll
Syntax
public class TrackingInfo
Properties
| Improve this Doc View Sourcelatitude
Latitude location coordinant
Declaration
public double latitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
longitude
Longitude location coordinant
Declaration
public double longitude { get; set; }
Property Value
Type | Description |
---|---|
System.Double |
time
Time of grabbed location
Declaration
public long time { get; set; }
Property Value
Type | Description |
---|---|
System.Int64 |