Home
last modified time | relevance | path

Searched defs:LineAnnotation (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.hpp72 struct Q_MAPBOXGL_EXPORT LineAnnotation { struct
74LineAnnotation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity… in LineAnnotation() argument
78 ShapeAnnotationGeometry geometry;
79 float opacity;
80 float width;
81 QColor color;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/
H A Dannotation.hpp34 class LineAnnotation { class
36 LineAnnotation(ShapeAnnotationGeometry geometry_, in LineAnnotation() function in mbgl::LineAnnotation