#include "Cesium3DTileset.h"
#include "CesiumGeoreference.h"
#include "Kismet/BlueprintAsyncActionBase.h"
#include "Kismet/BlueprintFunctionLibrary.h"
#include "Math/MathFwd.h"
#include "Misc/Optional.h"
#include "Templates/SharedPointer.h"
#include "UObject/Object.h"
#include "UObject/ObjectMacros.h"
#include <CesiumIonClient/Connection.h>
#include <CesiumGeospatial/Cartographic.h>
#include <CesiumGeospatial/GlobeRectangle.h>
#include <CesiumIonClient/Geocoder.h>
#include <CesiumUtility/Math.h>
#include <optional>
#include "CesiumGeocoderServiceBlueprintLibrary.generated.h"
Go to the source code of this file.
◆ ECesiumIonGeocoderProviderType
The supported providers that can be accessed through ion's geocoder API.
Enumerator |
---|
Google | Google geocoder, for use with Google data.
|
Bing | Bing geocoder, for use with Bing data.
|
Default | Use the default geocoder as set on the server.
Used when neither Bing or Google data is used.
|
Definition at line 33 of file CesiumGeocoderServiceBlueprintLibrary.h.
◆ ECesiumIonGeocoderRequestType
◆ DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams()
DECLARE_DYNAMIC_MULTICAST_DELEGATE_ThreeParams |
( |
FCesiumGeocoderServiceDelegate | , |
|
|
bool | , |
|
|
Success | , |
|
|
UCesiumGeocoderServiceResult * | , |
|
|
Result | , |
|
|
FString | , |
|
|
Error | ) |