MapLibre Native Core
|
#include <annotation.hpp>
Public Member Functions | |
FillAnnotation (ShapeAnnotationGeometry geometry_, style::PropertyValue< float > opacity_=1.0f, style::PropertyValue< Color > color_=Color::black(), style::PropertyValue< Color > outlineColor_={}) | |
Public Attributes | |
ShapeAnnotationGeometry | geometry |
style::PropertyValue< float > | opacity |
style::PropertyValue< Color > | color |
style::PropertyValue< Color > | outlineColor |
Definition at line 48 of file annotation.hpp.
|
inline |
Definition at line 50 of file annotation.hpp.
style::PropertyValue<Color> mbgl::FillAnnotation::color |
Definition at line 61 of file annotation.hpp.
ShapeAnnotationGeometry mbgl::FillAnnotation::geometry |
Definition at line 59 of file annotation.hpp.
style::PropertyValue<float> mbgl::FillAnnotation::opacity |
Definition at line 60 of file annotation.hpp.
style::PropertyValue<Color> mbgl::FillAnnotation::outlineColor |
Definition at line 62 of file annotation.hpp.