Home
last modified time | relevance | path

Searched refs:asMapboxGLMultiPolygon (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.cpp53 mbgl::MultiPolygon<double> asMapboxGLMultiPolygon(const QMapbox::CoordinatesCollections &multiPolyg… in asMapboxGLMultiPolygon() function
158 return { asMapboxGLMultiPolygon(polygons), std::move(properties), std::move(id) }; in asMapboxGLFeature()
H A Dqt_geojson.hpp22 mbgl::MultiPolygon<double> asMapboxGLMultiPolygon(const QMapbox::CoordinatesCollections &multiPolyg…
H A Dqmapboxgl.cpp917 result = asMapboxGLMultiPolygon(geometry.geometry); in asMapboxGLAnnotation()