DirectionZoomTo Method (IMap, Boolean) | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Forces the map to zoom and center on the routing direction.
Namespace:
Telogis.GeoBase.Routing
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public void ZoomTo(
IMap aMap,
bool force
)
Public Sub ZoomTo (
aMap As IMap,
force As Boolean
)
Parameters
- aMap
- Type: Telogis.GeoBaseIMap
The IMap to zoom. - force
- Type: SystemBoolean
Set true to force zooming and centering. If false acts like above ZoomTo(IMap) method.
See Also