6#include "CoreMinimal.h"
7#include "CesiumGoogleMapTilesRasterOverlay.generated.h"
39 ScaleFactor1x
UMETA(DisplayName =
"1x"),
44 ScaleFactor2x
UMETA(DisplayName =
"2x"),
49 ScaleFactor4x
UMETA(DisplayName =
"4x"),
81UCLASS(ClassGroup = Cesium,
meta = (BlueprintSpawnableComponent))
90 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
96 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
104 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
111 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
121 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
137 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
143 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
155 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
165 UPROPERTY(EditAnywhere, BlueprintReadWrite, Category =
"Cesium")
EGoogleMapTilesScale
The possible values of the Scale property.
EGoogleMapTilesLayerType
The possible values of the LayerTypes property.
@ Streetview
Shows Street View-enabled streets and locations using blue outlines on the map.
@ Traffic
Displays current traffic conditions.
EGoogleMapTilesMapType
The possible values of the MapType property.
@ Roadmap
The standard Google Maps painted map tiles.
@ Terrain
Terrain imagery.
@ Satellite
Satellite imagery.
A raster overlay that directly accesses Google Map Tiles (2D).
virtual std::unique_ptr< CesiumRasterOverlays::RasterOverlay > CreateOverlay(const CesiumRasterOverlays::RasterOverlayOptions &options={}) override
EGoogleMapTilesScale Scale
Scales-up the size of map elements (such as road labels), while retaining the tile size and coverage ...
bool HighDPI
Specifies whether to return high-resolution tiles.
TArray< EGoogleMapTilesLayerType > LayerTypes
The layer types to be added to the map.
FString Key
The Google Map Tiles API key to use.
FString Region
A Common Locale Data Repository region identifier (two uppercase letters) that represents the physica...
bool Overlay
Specifies whether LayerTypes rendered as a separate overlay, or combined with the base imagery.
EGoogleMapTilesMapType MapType
The type of base map.
TArray< FString > Styles
An array of JSON style objects that specify the appearance and detail level of map features such as r...
FString Language
An IETF language tag that specifies the language used to display information on the tiles.