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

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.
 

Detailed Description

A raster overlay available for use with a quick add asset.

Definition at line 28 of file Defaults.h.

Member Data Documentation

◆ assetId

int64_t CesiumIonClient::QuickAddRasterOverlay::assetId = -1

The unique identifier for this asset.

Definition at line 37 of file Defaults.h.

◆ name

std::string CesiumIonClient::QuickAddRasterOverlay::name {}

The name of this asset.

Definition at line 32 of file Defaults.h.

◆ subscribed

bool CesiumIonClient::QuickAddRasterOverlay::subscribed = false

true if the user is subscribed to the asset, false otherwise.

Definition at line 42 of file Defaults.h.


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