Searched defs:FillAnnotation (Results 1 – 2 of 2) sorted by relevance
84 struct Q_MAPBOXGL_EXPORT FillAnnotation { struct86 …FillAnnotation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity… in FillAnnotation() argument90 ShapeAnnotationGeometry geometry;91 float opacity;92 QColor color;93 QVariant outlineColor;
51 class FillAnnotation { class53 FillAnnotation(ShapeAnnotationGeometry geometry_, in FillAnnotation() function in mbgl::FillAnnotation