Click or drag to resize

MapZoomToBoundingBox Method (BoundingBox, MapBuffer)

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Zooms and centers the map to the given BoundingBox.

Namespace:  Telogis.GeoBase
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public void ZoomToBoundingBox(
	BoundingBox abox,
	MapBuffer buffer
)

Parameters

abox
Type: Telogis.GeoBaseBoundingBox
The BoundingBox to zoom and center on.
buffer
Type: Telogis.GeoBaseMapBuffer
The MapBuffer to use for defining the buffer area between the original map and the abox area to zoom to.

Implements

IMapZoomToBoundingBox(BoundingBox, MapBuffer)
See Also