NavigationManagerGetZoomCrossoverSpeed Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public double GetZoomCrossoverSpeed(
SpeedUnit units
)
Public Function GetZoomCrossoverSpeed (
units As SpeedUnit
) As Double
Parameters
- units
- Type: Telogis.GeoBaseSpeedUnit
The speed unit to be used; for example "SpeedUnit.MilesPerHour". See SpeedUnit.
Return Value
Type:
DoubleThe zoom crossover speed for this map. If the current GPS speed is less than this value, the map will zoom
to the
SlowZoom level. Otherwise the
FastZoom level will be used.
See Also