NavigationManagerDynamicZoomerPerspectiveModes Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration used for controlling the map perspectives for which the
DynamicZoomer
will be in effect.
Namespace:
Telogis.GeoBase.Navigation
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum PerspectiveModes
Public Enumeration PerspectiveModes
Members
| Member name | Value | Description |
---|
| TwoPoint5DOnly | 0 |
Dynamic zooming will only occur when the map is in 2.5D mode. This is the default
setting.
|
| AnyPerspective | 1 |
Dynamic zooming will occur regardless of the map's current perspective mode.
|
See Also