MapLibre Native for Qt
|
Map feature helper type. More...
#include <QMapLibre/Types>
Public Types | |
enum | Type { PointType = 1 , LineStringType , PolygonType } |
Map feature type. More... | |
Public Member Functions | |
Feature (Type type_=PointType, CoordinatesCollections geometry_=CoordinatesCollections(), QVariantMap properties_=QVariantMap(), QVariant id_=QVariant()) | |
Public Attributes | |
Type | type |
feature type | |
CoordinatesCollections | geometry |
feature geometry | |
QVariantMap | properties |
feature properties | |
QVariant | id |
feature identifier | |
Map feature helper type.
Represents map features via its type (PointType, LineStringType or PolygonType), geometry, properties map and id (optional).
Map feature type.
This enum is used as basis for geometry disambiguation in Feature.
|
inlineexplicit |
Class constructor.