cesium-native 0.43.0
|
A raster overlay available for use with a quick add asset. More...
#include <CesiumIonClient/Defaults.h>
Public Attributes | |
std::string | name {} |
The name of this asset. | |
int64_t | assetId = -1 |
The unique identifier for this asset. | |
bool | subscribed = false |
true if the user is subscribed to the asset, false otherwise. | |
A raster overlay available for use with a quick add asset.
Definition at line 28 of file Defaults.h.
int64_t CesiumIonClient::QuickAddRasterOverlay::assetId = -1 |
The unique identifier for this asset.
Definition at line 37 of file Defaults.h.
std::string CesiumIonClient::QuickAddRasterOverlay::name {} |
The name of this asset.
Definition at line 32 of file Defaults.h.
bool CesiumIonClient::QuickAddRasterOverlay::subscribed = false |
true
if the user is subscribed to the asset, false
otherwise.
Definition at line 42 of file Defaults.h.