NavigationManagerDynamicZoomerSetZoomAtSpeed Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets a speed at which the map will initiate zooming. This may be called multiple times to
initiate zooming at different speeds.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetZoomAtSpeed(
int percentageZoom,
SpeedValue zoomOutSpeed,
TimeSpan transitionTime
)
Public Sub SetZoomAtSpeed (
percentageZoom As Integer,
zoomOutSpeed As SpeedValue,
transitionTime As TimeSpan
)
Parameters
- percentageZoom
- Type: SystemInt32
The percentage to modify the current zoom level by at this speed, e.g. 100 is no
change, 200 would double the current zoom level. A number greater than 100 represents
the map zooming out for a wider view.
- zoomOutSpeed
- Type: Telogis.GeoBaseSpeedValue
The speed at which to initiate zooming. If the vehicle is traveling faster than
this speed the map will zoom by the provided percentage.
- transitionTime
- Type: SystemTimeSpan
The length of time the zoom transition is to take.
Remarks
Hysteresis
See Also