Home
last modified time | relevance | path

Searched refs:longitude_ (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.cpp686 void QMapboxGL::setLongitude(double longitude_) in setLongitude() argument
688 d_ptr->mapObj->setLatLng(mbgl::LatLng { latitude(), longitude_ }, d_ptr->margins); in setLongitude()