MapLibre Native Core
|
#include <feature.hpp>
Public Types | |
using | GeometryType = mapbox::geometry::geometry< double > |
Public Member Functions | |
Feature ()=default | |
Feature (const GeoJSONFeature &f) | |
Feature (const GeometryType &geom_) | |
Feature (GeometryType &&geom_) | |
Public Attributes | |
std::string | source |
std::string | sourceLayer |
PropertyMap | state |
Definition at line 20 of file feature.hpp.
using mbgl::Feature::GeometryType = mapbox::geometry::geometry<double> |
Definition at line 26 of file feature.hpp.
|
default |
|
inline |
Definition at line 29 of file feature.hpp.
|
inline |
Definition at line 30 of file feature.hpp.
|
inline |
Definition at line 31 of file feature.hpp.
std::string mbgl::Feature::source |
Definition at line 22 of file feature.hpp.
std::string mbgl::Feature::sourceLayer |
Definition at line 23 of file feature.hpp.
PropertyMap mbgl::Feature::state |
Definition at line 24 of file feature.hpp.