Global Mapper SDK
| GM_WebFormatExportOpts_t Fields |
The GM_WebFormatExportOpts_t type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
mApiKey |
API key (used for Google Maps export)
|
|
|
mBgMapName |
Background map name (used for Google Maps export, ie. G_NORMAL_MAP, G_SATELLITE_MAP, etc.)
|
|
|
mCustomTileFName |
Custom definition for tile filenames. Use NULL for default for format.
Use variables like %z for zoom, %x for column, and %y for row.
For example, use "%z\\prefix_%y_%x.png" to do one folder per zoom level.
The tiles are created in the path under the HTML filename path.
|
|
|
mFlags |
Export flags
|
|
|
mFormat |
Image format
|
|
|
mMapDescription |
Description for the map. Currently only used with MBTiles exports.
|
|
|
mMapName |
Name to use for map set
|
|
|
mMapType |
Type of MBTiles map. Must be "baselayer" or "overlay".
|
|
|
mMaxZoomLevel |
Maximum zoom level to export at (Google Maps, Virtual Earth/Bing Maps, and WorldWind exports only)
|
|
|
mNumZoomLevels |
Number of zoom levels to export (Google Maps, Virtual Earth/Bing Maps, and WorldWind exports only)
|
|
|
mTileCount |
OUT: Save how many tiles were saved (or would be if estimating with WebExport_OnlyGetTileCount)
|
|
|
mTileSize |
Pixel size of tile (i.e. 256, 512, 1024, etc.). Value of 0 results in default tile size (usually 256x256)
|
|
|
mTranslucency |
Translucency setting for new map (0.0 - 1.0). 1.0 is opaque. If 0.0 is provided, it will be assumed to be 1.0.
|
|
|
mWWTilePath |
Path to where WorldWind tiles should be stored. If NULL the path to the provide XML file will be used
|
|
|
mXRes |
X resolution in arc degrees for export (KML only, default of 0.0 is full resolution)
|
|
|
mYRes |
Y resolution in arc degrees for export (KML only, default of 0.0 is full resolution)
|