Click or drag to resize
ExceptionPoint Class
Print this page
Represents a trimmed down version of the Point object that can be a response from either the newest exception engine or the legacy exception engine.
Inheritance Hierarchy
SystemObject
  Telogis.APIExceptionPoint

Namespace: Telogis.API
  
  
Syntax
public class ExceptionPoint

The ExceptionPoint type exposes the following members.

Properties
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 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, it is null.
Public fieldSpeed
Speed (in miles per hour).
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