Home
last modified time | relevance | path

Searched refs:feature_obj (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/geojson/0.4.2/include/mapbox/
H A Dgeojson_impl.hpp214 for (auto &feature_obj : json_features.GetArray()) { in convert() local
215 collection.push_back(convert<feature>(feature_obj)); in convert()