MapLibre Native for Qt
|
Fill annotation helper type. More...
#include <QMapLibre/Types>
Public Member Functions | |
FillAnnotation (ShapeAnnotationGeometry geometry_=ShapeAnnotationGeometry(), float opacity_=1.0f, const QColor &color_=Qt::black, QVariant outlineColor_=QVariant()) | |
Public Attributes | |
ShapeAnnotationGeometry | geometry |
annotation geometry | |
float | opacity |
annotation opacity | |
QColor | color |
annotation color | |
QVariant | outlineColor |
annotation outline color | |
Fill annotation helper type.
Represents a fill annotation object, along with its properties.
A fill annotation comprises of its geometry and fill properties such as opacity, color and outlineColor.
|
inlineexplicit |
Class constructor.