Searched refs:setLatLng (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/map/ |
| H A D | transform.hpp | 49 void setLatLng(const LatLng&, const AnimationOptions& = {}); 50 void setLatLng(const LatLng&, const EdgeInsets&, const AnimationOptions& = {}); 51 void setLatLng(const LatLng&, optional<ScreenCoordinate>, const AnimationOptions& = {});
|
| H A D | map.cpp | 299 void Map::setLatLng(const LatLng& latLng, const AnimationOptions& animation) { in setLatLng() function in mbgl::Map 301 setLatLng(latLng, optional<ScreenCoordinate> {}, animation); in setLatLng() 304 void Map::setLatLng(const LatLng& latLng, const EdgeInsets& padding, const AnimationOptions& animat… in setLatLng() function in mbgl::Map 306 impl->transform.setLatLng(latLng, padding, animation); in setLatLng() 310 void Map::setLatLng(const LatLng& latLng, optional<ScreenCoordinate> anchor, const AnimationOptions… in setLatLng() function in mbgl::Map 312 impl->transform.setLatLng(latLng, anchor, animation); in setLatLng()
|
| H A D | transform.cpp | 331 void Transform::setLatLng(const LatLng& latLng, const AnimationOptions& animation) { in setLatLng() function in mbgl::Transform 332 setLatLng(latLng, optional<ScreenCoordinate> {}, animation); in setLatLng() 335 void Transform::setLatLng(const LatLng& latLng, const EdgeInsets& padding, const AnimationOptions& … in setLatLng() function in mbgl::Transform 342 void Transform::setLatLng(const LatLng& latLng, optional<ScreenCoordinate> anchor, const AnimationO… in setLatLng() function in mbgl::Transform
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/map/ |
| H A D | map.hpp | 77 void setLatLng(const LatLng&, optional<ScreenCoordinate>, const AnimationOptions& = {}); 78 void setLatLng(const LatLng&, const EdgeInsets&, const AnimationOptions& = {}); 79 void setLatLng(const LatLng&, const AnimationOptions& = {});
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/qt/src/ |
| H A D | qmapboxgl.cpp | 670 d_ptr->mapObj->setLatLng(mbgl::LatLng { latitude_, longitude() }, d_ptr->margins); in setLatitude() 688 d_ptr->mapObj->setLatLng(mbgl::LatLng { latitude(), longitude_ }, d_ptr->margins); in setLongitude() 770 … d_ptr->mapObj->setLatLng(mbgl::LatLng { coordinate_.first, coordinate_.second }, d_ptr->margins); in setCoordinate()
|