Click or drag to resize
Point Fields
Print this page

The Point type exposes the following members.

Fields
  NameDescription
Public fieldAddress
The street address representing the location at which the point was recorded. You could also ReverseGeocode(LatLon) the LatLon to obtain an address.
Public fieldData
Any additional (typically vehicle diagnostic) information reported by the device at the time this point was recorded.
Public fieldGpsQuality
The quality of the GPS fix when this point was recorded.
Public fieldHeading
Direction of travel measured in degrees clockwise from north (0).
Public fieldInputs
An array of InputValue objects describing the state of the DeviceInput s.
Public fieldLatLon
The location of the unit when this point was recorded.
Public fieldMarker
If this point was recorded at a marker, this field will be set to the marker. Otherwise, null.
Public fieldSpeed
Speed (in miles per hour).
Public fieldStatus
The status of the unit. For example "Moving" or "Stopped". See UnitStatus for a complete list of possible status values.
Public fieldTimestamp
The time at which this point was recorded.
Public fieldUnitID
ID of the Unit which this point is recorded from.
Top
See Also