1 #pragma once
2 
3 #include <mapbox/geojson.hpp>
4 
5 namespace mbgl {
6 
7 using GeoJSON = mapbox::geojson::geojson;
8 using FeatureCollection = mapbox::geojson::feature_collection;
9 
10 } // namespace mbgl
11