Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/
H A Dqmapboxgl.cpp668 void QMapboxGL::setLatitude(double latitude_) in setLatitude() argument
670 d_ptr->mapObj->setLatLng(mbgl::LatLng { latitude_, longitude() }, d_ptr->margins); in setLatitude()
1168 double QMapboxGL::metersPerPixelAtLatitude(double latitude_, double zoom_) const in metersPerPixelAtLatitude() argument
1170 return mbgl::Projection::getMetersPerPixelAtLatitude(latitude_, zoom_); in metersPerPixelAtLatitude()