cesium-native 0.43.0
|
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< QuickAddAsset > | quickAddAssets {} |
The quick add assets. | |
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.
DefaultAssets CesiumIonClient::Defaults::defaultAssets {} |
The default assets.
Definition at line 99 of file Defaults.h.
std::vector<QuickAddAsset> CesiumIonClient::Defaults::quickAddAssets {} |
The quick add assets.
Definition at line 104 of file Defaults.h.