Enum MapContextConfig.Types.MapVariant
Possible Map Variants that the MapContextConfig can be applied to. Map Variants are grouped into Light and Dark variants. A Light variant cannot be paired with a Dark variant for the same MapContextConfig. The Light Variants are: ROADMAP, SATELLITE, TERRAIN, NAVIGATION, TRANSIT, ABSTRACT3D, PHOTOREALISTIC3D. The Dark Variants are: ROADMAP_DARK, NAVIGATION_LOW_LIGHT, TERRAIN_DARK, TRANSIT_DARK.
For example, the following is a valid pairing: {MapContextConfig 1: [ROADMAP, NAVIGATION]} {MapContextConfig 2: [ROADMAP_DARK, NAVIGATION_LOW_LIGHT]}
The following is an invalid pairing: {MapContextConfig 1: [ROADMAP, ROADMAP_DARK]}
Namespace: Google.Maps.MapManagement.V2Beta
Assembly: Google.Maps.MapManagement.V2Beta.dll
Syntax
public enum MapContextConfig.Types.MapVariant
Fields
| Name | Description |
|---|---|
| Abstract3D | Abstract 3D map type. |
| Navigation | Navigation map type. |
| NavigationLowLight | A low light version of the navigation map type. |
| Photorealistic3D | Photorealistic 3D map type. |
| Roadmap | The default roadmap map type. If no map variants are specified in a MapContextConfig, this variant is used by default. |
| RoadmapDark | A dark version of the roadmap map type. |
| Satellite | Satellite imagery. |
| Terrain | Terrain map type. |
| TerrainDark | A dark version of the terrain map type. |
| Transit | Transit map type. |
| TransitDark | A dark version of the transit map type. |