Generated by DocFX

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 Source

latitude

Latitude location coordinant

Declaration
public double latitude { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

longitude

Longitude location coordinant

Declaration
public double longitude { get; set; }
Property Value
Type Description
System.Double
| Improve this Doc View Source

time

Time of grabbed location

Declaration
public long time { get; set; }
Property Value
Type Description
System.Int64