Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/
H A Dprojection.hpp50 … const double constrainedLatitude = util::clamp(lat, -util::LATITUDE_MAX, util::LATITUDE_MAX); in getMetersPerPixelAtLatitude() local
55 …const double constrainedLatitude = util::clamp(latLng.latitude(), -util::LATITUDE_MAX, util::LATIT… in projectedMetersForLatLng() local