cesium-native 0.50.0
|
Attribution that must be included with a vector document. More...
#include <CesiumVectorData/GeoJsonDocument.h>
Public Attributes | |
std::string | html |
The HTML string containing attribution information to show. | |
bool | showOnScreen |
If true, the attribution must be shown on screen. If false, it can be included in a popover instead. | |
Attribution that must be included with a vector document.
Definition at line 23 of file GeoJsonDocument.h.
std::string CesiumVectorData::VectorDocumentAttribution::html |
The HTML string containing attribution information to show.
Definition at line 25 of file GeoJsonDocument.h.
bool CesiumVectorData::VectorDocumentAttribution::showOnScreen |
If true, the attribution must be shown on screen. If false, it can be included in a popover instead.
Definition at line 30 of file GeoJsonDocument.h.