MapStyle Properties |
The MapStyle type exposes the following members.
Name | Description | |
---|---|---|
DefaultStyle |
Returns the default MapStyle.
| |
Description |
The user-assigned description of this MapStyle (for convenience purposes).
| |
Id |
A combination of name and version CAM file properties. If either of these properties are undefined, the Id will
fallback to the SourceHash.
| |
LegacyStyle |
Returns the legacy MapStyle, matching the map style used in releases prior to GeoBase 4.0.
| |
MobileStyle |
Returns the mobile MapStyle; a cut down style designed for use on resource limited hardware
or for applications focused on Navigation.
| |
Name |
The user-assigned name of this MapStyle (for convenience purposes).
| |
ParameterNames |
Get a list of settable parameters. This list will contain all the parameters defined in the loaded Chameleon
script (.CAM) file.
| |
TransparentStyle |
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.
| |
Version |
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.
|