Click or drag to resize

NavigationManagerSetZoomCrossoverSpeed Method

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Set the zoom crossover speed in the given units. The zoom crossover speed is used to define the speed-dependent boundary between a close zoom (when traveling at a rate less than the zoom crossover speed) and a far zoom (when traveling faster than the zoom crossover speed). The value of the zoom crossover speed 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 void SetZoomCrossoverSpeed(
	double speed,
	SpeedUnit units
)

Parameters

speed
Type: SystemDouble
The desired zoom crossover speed.
units
Type: Telogis.GeoBaseSpeedUnit
The speed unit to be used; for example "SpeedUnit.MilesPerHour". See SpeedUnit.
Remarks
See Also