VehicleMarker Properties |
The VehicleMarker type exposes the following members.
Name | Description | |
---|---|---|
CircleColor |
The color of the circle drawn around the arrow. Blue by default.
| |
CircleDashPattern |
The length of the dashes and spaces, in pixels. {5, 5} by default.
| |
CircleDashStyle |
The style of the circle drawn around the arrow. Dashed by default.
| |
Color |
Gets or sets the color (ARGB) used to draw the vehicle marker.
| |
DrawActual |
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.
| |
DrawOffCourseMarker |
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.
| |
Navigator |
Gets or sets the Telogis.GeoBase.Navigation.Navigator
object associated with this marker.
| |
OffCourseColor |
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.
| |
OffCourseThreshold |
Gets or sets the distance (in pixels) the vehicle marker is allowed to deviate before
drawing the off-course marker. Defaults to 35px.
| |
RequiredRendermodes |
Gets the RenderMode required by this VehicleMarker.
| |
Size |
Gets or sets the size of the vehicle marker (in pixels). Defaults to 20px.
|