cesium-native 0.50.0
Loading...
Searching...
No Matches
CesiumVectorData::VectorDocumentAttribution Struct Reference

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.
 

Detailed Description

Attribution that must be included with a vector document.

Definition at line 23 of file GeoJsonDocument.h.

Member Data Documentation

◆ html

std::string CesiumVectorData::VectorDocumentAttribution::html

The HTML string containing attribution information to show.

Definition at line 25 of file GeoJsonDocument.h.

◆ showOnScreen

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.


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