Click or drag to resize

VehicleMarker Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The VehicleMarker type exposes the following members.

Properties
  NameDescription
Public propertyCircleColor
The color of the circle drawn around the arrow. Blue by default.
Public propertyCode exampleCircleDashPattern
The length of the dashes and spaces, in pixels. {5, 5} by default.
Public propertyCircleDashStyle
The style of the circle drawn around the arrow. Dashed by default.
Public propertyColor
Gets or sets the color (ARGB) used to draw the vehicle marker.
Public propertyDrawActual
Gets or sets whether to draw the vehicle's actual or estimated position. If true the actual position is drawn. If false the estimated position is drawn.
Public propertyDrawOffCourseMarker
Whether to draw the off-course marker if the vehicle deviates from the route. If set to false then the only time the off-course marker will be displayed is if there is not a GPS fix. Defaults to true. Only valid if DrawActual is true.
Public propertyNavigator
Gets or sets the Telogis.GeoBase.Navigation.Navigator object associated with this marker.
Public propertyOffCourseColor
Gets or sets the color (ARGB) used to draw the vehicle marker when the vehicle is either off-course or there is no GPS fix.
Public propertyOffCourseThreshold
Gets or sets the distance (in pixels) the vehicle marker is allowed to deviate before drawing the off-course marker. Defaults to 35px.
Public propertyRequiredRendermodes
Gets the RenderMode required by this VehicleMarker.
Public propertySize
Gets or sets the size of the vehicle marker (in pixels). Defaults to 20px.
Top
See Also