Cesium for Unreal 2.20.0
Loading...
Searching...
No Matches
CesiumGoogleMapTilesRasterOverlay.h File Reference
#include "CesiumRasterOverlay.h"
#include "CoreMinimal.h"
#include "CesiumGoogleMapTilesRasterOverlay.generated.h"

Go to the source code of this file.

Classes

class  UCesiumGoogleMapTilesRasterOverlay
 A raster overlay that directly accesses Google Map Tiles (2D). More...
 

Enumerations

enum class  EGoogleMapTilesMapType : uint8 { Satellite , Roadmap , Terrain }
 The possible values of the MapType property. More...
 
enum class  EGoogleMapTilesScale : uint8 { UMETA =(DisplayName = "1x") , UMETA =(DisplayName = "2x") , UMETA =(DisplayName = "4x") }
 The possible values of the Scale property. More...
 
enum class  EGoogleMapTilesLayerType : uint8 { Roadmap , Streetview , Traffic }
 The possible values of the LayerTypes property. More...
 

Enumeration Type Documentation

◆ EGoogleMapTilesLayerType

enum class EGoogleMapTilesLayerType : uint8
strong

The possible values of the LayerTypes property.

Enumerator
Roadmap 

Required if you specify terrain as the map type.

Can also be optionally overlaid on the satellite map type. Has no effect on roadmap tiles.

Streetview 

Shows Street View-enabled streets and locations using blue outlines on the map.

Traffic 

Displays current traffic conditions.

Definition at line 56 of file CesiumGoogleMapTilesRasterOverlay.h.

◆ EGoogleMapTilesMapType

enum class EGoogleMapTilesMapType : uint8
strong

The possible values of the MapType property.

Enumerator
Satellite 

Satellite imagery.

Roadmap 

The standard Google Maps painted map tiles.

Terrain 

Terrain imagery.

When selecting terrain as the map type, you must also add "Roadmap" to the LayerTypes property.

Definition at line 13 of file CesiumGoogleMapTilesRasterOverlay.h.

◆ EGoogleMapTilesScale

enum class EGoogleMapTilesScale : uint8
strong

The possible values of the Scale property.

Enumerator
UMETA 

The default.

UMETA 

Doubles label size and removes minor feature labels.

UMETA 

Quadruples label size and removes minor feature labels.

Definition at line 35 of file CesiumGoogleMapTilesRasterOverlay.h.