MapPerspective Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration of options for the perspective to draw a map from.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax public enum MapPerspective
Public Enumeration MapPerspective
Members
| Member name | Value | Description |
---|
| TwoD | 0 |
Draw the map from a plain top down perspective similar to a paper map. This is
the default.
|
| TwoPointFiveD | 1 |
Draw the map from an angled perspective, useful for navigation.
|
See Also