Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqt_geojson.cpp8 mbgl::Point<double> asMapboxGLPoint(const QMapbox::Coordinate &coordinate) { in asMapboxGLPoint() function
16 mbglMultiPoint.emplace_back(asMapboxGLPoint(point)); in asMapboxGLMultiPoint()
25 mbglLineString.emplace_back(asMapboxGLPoint(coordinate)); in asMapboxGLLineString()
46 mbglLinearRing.emplace_back(asMapboxGLPoint(coordinate)); in asMapboxGLPolygon()
142 return { asMapboxGLPoint(points.first()), std::move(properties), std::move(id) }; in asMapboxGLFeature()
H A Dqt_geojson.hpp17 mbgl::Point<double> asMapboxGLPoint(const QMapbox::Coordinate &coordinate);