MapLibre Native for Qt
|
Shape annotation geometry helper type. More...
#include <QMapLibre/Types>
Public Types | |
enum | Type { LineStringType = 1 , PolygonType , MultiLineStringType , MultiPolygonType } |
Shape annotation geometry type. More... | |
Public Member Functions | |
ShapeAnnotationGeometry (Type type_=LineStringType, CoordinatesCollections geometry_=CoordinatesCollections()) | |
Public Attributes | |
Type | type |
annotation geometry type | |
CoordinatesCollections | geometry |
annotation geometry | |
Shape annotation geometry helper type.
Represents a shape annotation geometry via its type and geometry.
Shape annotation geometry type.
This enum is used as basis for shape annotation geometry disambiguation.
|
inlineexplicit |
Class constructor.