MapLibre Native Core
|
#include <annotation.hpp>
Public Member Functions | |
LineAnnotation (ShapeAnnotationGeometry geometry_, style::PropertyValue< float > opacity_=1.0f, style::PropertyValue< float > width_=1.0f, style::PropertyValue< Color > color_=Color::black()) | |
Public Attributes | |
ShapeAnnotationGeometry | geometry |
style::PropertyValue< float > | opacity |
style::PropertyValue< float > | width |
style::PropertyValue< Color > | color |
Definition at line 31 of file annotation.hpp.
|
inline |
Definition at line 33 of file annotation.hpp.
style::PropertyValue<Color> mbgl::LineAnnotation::color |
Definition at line 45 of file annotation.hpp.
ShapeAnnotationGeometry mbgl::LineAnnotation::geometry |
Definition at line 42 of file annotation.hpp.
style::PropertyValue<float> mbgl::LineAnnotation::opacity |
Definition at line 43 of file annotation.hpp.
style::PropertyValue<float> mbgl::LineAnnotation::width |
Definition at line 44 of file annotation.hpp.