MapLibre Native Core
geojson.hpp
Go to the documentation of this file.
1
#pragma once
2
3
#include <mapbox/geojson.hpp>
4
#include <
mbgl/util/feature.hpp
>
5
6
namespace
mbgl
{
7
8
using
GeoJSON
= mapbox::geojson::geojson;
9
using
FeatureCollection
= mapbox::geojson::feature_collection;
10
using
FeatureExtensionValue
= mapbox::util::variant<Value, FeatureCollection>;
11
12
}
// namespace mbgl
feature.hpp
mbgl
Definition:
actor.hpp:15
mbgl::FeatureCollection
mapbox::geojson::feature_collection FeatureCollection
Definition:
geojson.hpp:9
mbgl::FeatureExtensionValue
mapbox::util::variant< Value, FeatureCollection > FeatureExtensionValue
Definition:
geojson.hpp:10
mbgl::GeoJSON
mapbox::geojson::geojson GeoJSON
Definition:
geojson.hpp:8
include
mbgl
util
geojson.hpp
MapLibre website
|
GitHub repository