Click or drag to resize

NavigationManagerGetZoomCrossoverSpeed Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Get the zoom crossover speed in the given units. This value returned is used when MapControlMode is set to CrossoverZoom.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public double GetZoomCrossoverSpeed(
	SpeedUnit units
)

Parameters

units
Type: Telogis.GeoBaseSpeedUnit
The speed unit to be used; for example "SpeedUnit.MilesPerHour". See SpeedUnit.

Return Value

Type: Double
The 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