cesium-native 0.43.0
Loading...
Searching...
No Matches
CesiumIonClient::Defaults Struct Reference

The data returned by Cesium ion's v1/defaults service. It includes information about default imagery, terrain and building assets along with quick add assets that can be useful to use within other applications. More...

#include <CesiumIonClient/Defaults.h>

Public Attributes

DefaultAssets defaultAssets {}
 The default assets.
 
std::vector< QuickAddAssetquickAddAssets {}
 The quick add assets.
 

Detailed Description

The data returned by Cesium ion's v1/defaults service. It includes information about default imagery, terrain and building assets along with quick add assets that can be useful to use within other applications.

Definition at line 95 of file Defaults.h.

Member Data Documentation

◆ defaultAssets

DefaultAssets CesiumIonClient::Defaults::defaultAssets {}

The default assets.

Definition at line 99 of file Defaults.h.

◆ quickAddAssets

std::vector<QuickAddAsset> CesiumIonClient::Defaults::quickAddAssets {}

The quick add assets.

Definition at line 104 of file Defaults.h.


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