Class deCarta.Mobile.Configuration
API Configuration parameters. This static object must be edited to add your credentials (your DDS Key from from the deCarta DevZone) to use the API.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
API Configuration parameters.
|
| Field Attributes | Field Name and Description |
|---|---|
| <static> |
deCarta.Mobile.Configuration.additionalImagePacks
Additional Resources (Blocking)
|
| <static> |
deCarta.Mobile.Configuration.baseHiResImagePack
Hi res image packs to be loaded
|
| <static> |
deCarta.Mobile.Configuration.baseImagePack
Image packs to be loaded
|
| <static> |
deCarta.Mobile.Configuration.baseOvlZ
Base z-index for overlays (int).
|
| <static> |
deCarta.Mobile.Configuration.buildDate
Build info
|
| <static> |
deCarta.Mobile.Configuration.clientName
The client name you were provided from the deCarta DevZone
for API access (String)
|
| <static> |
deCarta.Mobile.Configuration.clientPassword
The client password you were provided from the deCarta DevZone
for API access (String)
|
| <static> |
deCarta.Mobile.Configuration.country
Localizer values
|
| <static> |
deCarta.Mobile.Configuration.defaultConfig
Tile config used for standard resolution devices (String)
|
| <static> |
deCarta.Mobile.Configuration.defaultHighResConfig
Tile config used for high res devices (String)
|
| <static> |
deCarta.Mobile.Configuration.digitalGlobeHosts
Array of hosts for DigitalGlobe satellite imagery (Array of String)
|
| <static> |
deCarta.Mobile.Configuration.digitalGlobeKey
Key for digital globe access (String)
|
| <static> |
deCarta.Mobile.Configuration.language
Localizer values
|
| <static> |
deCarta.Mobile.Configuration.projection
Projection system, valid values are: EPSG3857 (Spherical) or EPSG3395 (ellipsoidal)
|
| <static> |
deCarta.Mobile.Configuration.resourceBase
Resource base directory
|
| <static> |
deCarta.Mobile.Configuration.resourceTimeout
Resource timeout, milliseconds
|
| <static> |
deCarta.Mobile.Configuration.streetTileHosts
Array of tile serving hosts (Array of String)
|
| <static> |
deCarta.Mobile.Configuration.url
Url for DDS WebServices (String)
|
| <static> |
deCarta.Mobile.Configuration.useHardwareAcceleration
When true, the map will use hardware acceleration, if available
|
| <static> |
deCarta.Mobile.Configuration.version
Version number
|
| <static> |
deCarta.Mobile.Configuration.vocalExceptions
This flag can be used for debugging.
|
Field Detail
<static>
deCarta.Mobile.Configuration.additionalImagePacks
Additional Resources (Blocking)
<static>
deCarta.Mobile.Configuration.baseHiResImagePack
Hi res image packs to be loaded
<static>
deCarta.Mobile.Configuration.baseImagePack
Image packs to be loaded
<static>
deCarta.Mobile.Configuration.baseOvlZ
Base z-index for overlays (int). Use this to control the base css index
for any map overlays that are created.
<static>
deCarta.Mobile.Configuration.buildDate
Build info
<static>
deCarta.Mobile.Configuration.clientName
The client name you were provided from the deCarta DevZone
for API access (String)
<static>
deCarta.Mobile.Configuration.clientPassword
The client password you were provided from the deCarta DevZone
for API access (String)
<static>
deCarta.Mobile.Configuration.country
Localizer values
<static>
deCarta.Mobile.Configuration.defaultConfig
Tile config used for standard resolution devices (String)
<static>
deCarta.Mobile.Configuration.defaultHighResConfig
Tile config used for high res devices (String)
<static>
deCarta.Mobile.Configuration.digitalGlobeHosts
Array of hosts for DigitalGlobe satellite imagery (Array of String)
<static>
deCarta.Mobile.Configuration.digitalGlobeKey
Key for digital globe access (String)
<static>
deCarta.Mobile.Configuration.language
Localizer values
<static>
deCarta.Mobile.Configuration.projection
Projection system, valid values are: EPSG3857 (Spherical) or EPSG3395 (ellipsoidal)
<static>
deCarta.Mobile.Configuration.resourceBase
Resource base directory
<static>
deCarta.Mobile.Configuration.resourceTimeout
Resource timeout, milliseconds
<static>
deCarta.Mobile.Configuration.streetTileHosts
Array of tile serving hosts (Array of String)
<static>
deCarta.Mobile.Configuration.url
Url for DDS WebServices (String)
<static>
deCarta.Mobile.Configuration.useHardwareAcceleration
When true, the map will use hardware acceleration, if available
<static>
deCarta.Mobile.Configuration.version
Version number
<static>
deCarta.Mobile.Configuration.vocalExceptions
This flag can be used for debugging. By setting to true,
all exceptions will be also displayed as alerts.