DirectionZoomTo Method (IMap) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Ensures that routing directions are visible on the current map. See remarks.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void ZoomTo(
IMap aMap
)
Public Sub ZoomTo (
aMap As IMap
)
Parameters
- aMap
- Type: Telogis.GeoBaseIMap
The IMap to zoom.
Remarks
Rather than always zooming to the direction, this method ensures that
the direction is visible on the map. Thus for zoomed-out views (> 20) the map
will not zoom in. Further, the map will only recenter if the direction
isn't visible on the current map.
See Also