NavigationManagerDynamicZoomerSetZoomAtDistance Method | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Sets a distance from the next approaching nav event at which to initiate zooming.
This may be called multiple times to zoom at different distances.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void SetZoomAtDistance(
int percentageZoom,
double fromEventValue,
DistanceUnit fromEventUnits,
TimeSpan transitionTime
)
Public Sub SetZoomAtDistance (
percentageZoom As Integer,
fromEventValue As Double,
fromEventUnits As DistanceUnit,
transitionTime As TimeSpan
)
Parameters
- percentageZoom
- Type: SystemInt32
The percentage to modify the current zoom level by at this distance, 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 more broad view.
- fromEventValue
- Type: SystemDouble
The distance at which to initiate zooming.
- fromEventUnits
- Type: Telogis.GeoBaseDistanceUnit
The unit system of the above distance. - transitionTime
- Type: SystemTimeSpan
The length of time the zooming transition should take.
See Also