Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dprojection.hpp86 …static LatLng unproject(const Point<double>& p, double scale, LatLng::WrapMode wrapMode = LatLng::… in unproject() function in mbgl::Projection
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp325 return Projection::unproject(util::interpolate(p0, p1, t), scale / util::tileSize, wrapMode); in screenCoordinateToLatLng()
376 setLatLngZoom(Projection::unproject(centerCoord + latLngCoord - anchorCoord, scale), getZoom()); in moveLatLng()
H A Dtransform.cpp139 LatLng frameLatLng = Projection::unproject(framePoint, startScale); in easeTo()
301 LatLng frameLatLng = Projection::unproject(framePoint, startScale); in flyTo()