Home
last modified time | relevance | path

Searched refs:frameLatLng (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.cpp139 LatLng frameLatLng = Projection::unproject(framePoint, startScale); in easeTo() local
141 state.setLatLngZoom(frameLatLng, state.scaleZoom(frameScale)); in easeTo()
151 state.moveLatLng(frameLatLng, center); in easeTo()
301 LatLng frameLatLng = Projection::unproject(framePoint, startScale); in flyTo() local
302 state.setLatLngZoom(frameLatLng, frameZoom); in flyTo()
312 state.moveLatLng(frameLatLng, center); in flyTo()