cesium-native 0.52.0
Loading...
Searching...
No Matches
CesiumRasterOverlays::GoogleMapTilesMapType Struct Reference

Standard values for GoogleMapTilesNewSessionParameters::mapType. More...

#include <CesiumRasterOverlays/GoogleMapTilesRasterOverlay.h>

Static Public Attributes

static const std::string roadmap = "roadmap"
 The standard Google Maps painted map tiles.
 
static const std::string satellite = "satellite"
 Satellite imagery.
 
static const std::string terrain = "terrain"
 Terrain imagery. When selecting terrain as the map type, you must also set the GoogleMapTilesNewSessionParameters::layerTypes property to GoogleMapTilesLayerType::layerRoadmap.
 
static const std::string streetview = "streetview"
 Street View panoramas. This is a documented map type supported by the service, but it is unlikely to work well as a raster overlay.
 

Detailed Description

Standard values for GoogleMapTilesNewSessionParameters::mapType.

Definition at line 69 of file GoogleMapTilesRasterOverlay.h.

Member Data Documentation

◆ roadmap

const std::string CesiumRasterOverlays::GoogleMapTilesMapType::roadmap = "roadmap"
inlinestatic

The standard Google Maps painted map tiles.

Definition at line 73 of file GoogleMapTilesRasterOverlay.h.

◆ satellite

const std::string CesiumRasterOverlays::GoogleMapTilesMapType::satellite = "satellite"
inlinestatic

Satellite imagery.

Definition at line 78 of file GoogleMapTilesRasterOverlay.h.

◆ streetview

const std::string CesiumRasterOverlays::GoogleMapTilesMapType::streetview = "streetview"
inlinestatic

Street View panoramas. This is a documented map type supported by the service, but it is unlikely to work well as a raster overlay.

Definition at line 91 of file GoogleMapTilesRasterOverlay.h.

◆ terrain

const std::string CesiumRasterOverlays::GoogleMapTilesMapType::terrain = "terrain"
inlinestatic

Terrain imagery. When selecting terrain as the map type, you must also set the GoogleMapTilesNewSessionParameters::layerTypes property to GoogleMapTilesLayerType::layerRoadmap.

Definition at line 85 of file GoogleMapTilesRasterOverlay.h.


The documentation for this struct was generated from the following file: