Click or drag to resize

MapStyle Properties

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The MapStyle type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberDefaultStyle
Returns the default MapStyle.
Public propertyDescription
The user-assigned description of this MapStyle (for convenience purposes).
Public propertyId
A combination of name and version CAM file properties. If either of these properties are undefined, the Id will fallback to the SourceHash.
Public propertyStatic memberLegacyStyle
Returns the legacy MapStyle, matching the map style used in releases prior to GeoBase 4.0.
Public propertyStatic memberMobileStyle
Returns the mobile MapStyle; a cut down style designed for use on resource limited hardware or for applications focused on Navigation.
Public propertyName
The user-assigned name of this MapStyle (for convenience purposes).
Public propertyParameterNames
Get a list of settable parameters. This list will contain all the parameters defined in the loaded Chameleon script (.CAM) file.
Public propertyStatic memberTransparentStyle
Returns a map style that produces blank transparent maps. It still calls IMapRenderers, so that information can be rendered on the map, but it renders no map data itself.
Public propertyVersion
The user-assigned version of this MapStyle. When the this property is manually updated, it signals that the MapStyle change is of a magnitude enough to validate the map.
Top
See Also