Click or drag to resize

DirectionZoomTo Method (IMap, Boolean)

Verizon Connect Logo
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
)

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