Searched defs:ShapeAnnotationGeometry (Results 1 – 2 of 2) sorted by relevance
51 struct Q_MAPBOXGL_EXPORT ShapeAnnotationGeometry { struct52 enum Type {60 …ShapeAnnotationGeometry(Type type_ = LineStringType, const CoordinatesCollections& geometry_ = Coo… in ShapeAnnotationGeometry() argument63 Type type;64 CoordinatesCollections geometry;
28 using ShapeAnnotationGeometry = variant< typedef