Click or drag to resize

NavigationManagerZoomLevel Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
Create a ZoomLevel for a given orientation, perspective, and zoom value.

Namespace:  Telogis.GeoBase.Navigation
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public ZoomLevel(
	double zoom,
	MapPerspective perspective,
	MapOrientation orientation
)

Parameters

zoom
Type: SystemDouble
the zoom value for this ZoomLevel.
perspective
Type: Telogis.GeoBaseMapPerspective
the view perspective for this ZoomLevel (2D or 2.5D).
orientation
Type: Telogis.GeoBase.NavigationMapOrientation
the map orientation for this ZoomLevel (North or Vehicle Heading).
See Also