|
cesium-native 0.61.0
|
The style used to draw a point. More...
#include <CesiumVectorData/VectorStyle.h>
Public Attributes | |
| double | radius = 1.0 |
| The radius of the point in pixels. | |
| std::optional< ColorStyle > | fill |
The color used to fill this point. If std::nullopt, the point will not be filled. | |
| std::optional< LineStyle > | outline |
The style used to outline this point. If std::nullopt, the point will not be outlined. | |
The style used to draw a point.
Definition at line 98 of file VectorStyle.h.
| std::optional<ColorStyle> CesiumVectorData::PointStyle::fill |
The color used to fill this point. If std::nullopt, the point will not be filled.
Definition at line 105 of file VectorStyle.h.
| std::optional<LineStyle> CesiumVectorData::PointStyle::outline |
The style used to outline this point. If std::nullopt, the point will not be outlined.
Definition at line 110 of file VectorStyle.h.
| double CesiumVectorData::PointStyle::radius = 1.0 |
The radius of the point in pixels.
Definition at line 100 of file VectorStyle.h.