Home
last modified time | relevance | path

Searched defs:lon_ (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Dgeo.cpp18 double lon_(const uint8_t z, const int64_t x) { in lon_() function
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dgeo.hpp32 LatLng(double lat_ = 0, double lon_ = 0, WrapMode mode = Unwrapped) in LatLng()