Searched defs:LineAnnotation (Results 1 – 2 of 2) sorted by relevance
72 struct Q_MAPBOXGL_EXPORT LineAnnotation { struct74 …LineAnnotation(const ShapeAnnotationGeometry& geometry_ = ShapeAnnotationGeometry(), float opacity… in LineAnnotation() argument78 ShapeAnnotationGeometry geometry;79 float opacity;80 float width;81 QColor color;
34 class LineAnnotation { class36 LineAnnotation(ShapeAnnotationGeometry geometry_, in LineAnnotation() function in mbgl::LineAnnotation