Home
last modified time | relevance | path

Searched defs:FillAnnotation (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/include/
H A Dqmapbox.hpp84 struct Q_MAPBOXGL_EXPORT FillAnnotation { struct
86FillAnnotation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity… in FillAnnotation() argument
90 ShapeAnnotationGeometry geometry;
91 float opacity;
92 QColor color;
93 QVariant outlineColor;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/
H A Dannotation.hpp51 class FillAnnotation { class
53 FillAnnotation(ShapeAnnotationGeometry geometry_, in FillAnnotation() function in mbgl::FillAnnotation