Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_geojson.hpp25 mbgl::Feature asMapboxGLFeature(const QMapbox::Feature &feature);
H A Dqt_conversion.hpp129 return GeoJSON { asMapboxGLFeature(value.value<QMapbox::Feature>()) }; in toGeoJSON()
H A Dqt_geojson.cpp130 mbgl::Feature asMapboxGLFeature(const QMapbox::Feature &feature) { in asMapboxGLFeature() function