Click or drag to resize

MapQuality Enumeration

Verizon Connect Logo
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 enum MapQuality
Members
  Member nameValueDescription
Panning0 This map is a very quick map, drawn when the map control is panning.
Fast1 The least processor intensive mode, this settings results in less accurate maps.
Good2 A balance between accuracy and processor intensiveness.
Perfect3 This mode results in the most accurate maps, but is also the most processor intensive.
FastStreets4 This mode is like Perfect except that lines are drawn using Xiaolin Wu's anti-aliasing algorithm to speed rendering.
See Also