MapQuality Enumeration | |
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
An enumeration of the options available for map rendering accuracy. Increased accuracy is more
processor intensive. Note that the actual outcome of the MapQuality depends on the
MapStyle being used. MapStyles can change their output based on the MapStyle Setting.
Namespace:
Telogis.GeoBase
Assembly:
geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax Public Enumeration MapQuality
Members
| Member name | Value | Description |
---|
| Panning | 0 |
This map is a very quick map, drawn when the map control is panning.
|
| Fast | 1 |
The least processor intensive mode, this settings results in less accurate maps.
|
| Good | 2 |
A balance between accuracy and processor intensiveness.
|
| Perfect | 3 |
This mode results in the most accurate maps, but is also the most processor intensive.
|
| FastStreets | 4 |
This mode is like Perfect except that lines are drawn
using Xiaolin Wu's anti-aliasing algorithm to speed rendering.
|
See Also