Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/
H A Dtransform_state.cpp374 auto latLngCoord = Projection::project(latLng, scale); in moveLatLng() local
376 setLatLngZoom(Projection::unproject(centerCoord + latLngCoord - anchorCoord, scale), getZoom()); in moveLatLng()