Home
last modified time | relevance | path

Searched defs:ShapeAnnotationGeometry (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.hpp51 struct Q_MAPBOXGL_EXPORT ShapeAnnotationGeometry { struct
52 enum Type {
60ShapeAnnotationGeometry(Type type_ = LineStringType, const CoordinatesCollections& geometry_ = Coo… in ShapeAnnotationGeometry() argument
63 Type type;
64 CoordinatesCollections geometry;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/annotation/
H A Dannotation.hpp28 using ShapeAnnotationGeometry = variant< typedef