Click or drag to resize

VehicleMarkerDrawActual Property

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
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.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public bool DrawActual { get; set; }

Property Value

Type: Boolean
Remarks
By default the VehicleMarker object is drawn slightly ahead of the vehicle's current position to allow for update delays.
See Also