Searched defs:LatLng (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/sources/ |
| H A D | image_source_impl.cpp | 7 ImageSource::Impl::Impl(std::string id_, std::array<LatLng, 4> coords_) in Impl() 12 ImageSource::Impl::Impl(const Impl& other, std::array<LatLng, 4> coords_) in Impl()
|
| H A D | image_source.cpp | 11 ImageSource::ImageSource(std::string id, const std::array<LatLng, 4> coords_) in ImageSource() 21 void ImageSource::setCoordinates(const std::array<LatLng, 4>& coords_) { in setCoordinates()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | geo.cpp | 24 LatLng::LatLng(const CanonicalTileID& id) : lat(lat_(id.z, id.y)), lon(lon_(id.z, id.x)) { in LatLng() function in mbgl::LatLng 27 LatLng::LatLng(const UnwrappedTileID& id) in LatLng() function in mbgl::LatLng
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | geo.hpp | 24 class LatLng { class 32 LatLng(double lat_ = 0, double lon_ = 0, WrapMode mode = Unwrapped) in LatLng() function in mbgl::LatLng
|