Home
last modified time | relevance | path

Searched refs:constrainedZoom (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.hpp48 const double constrainedZoom = util::clamp(zoom, util::MIN_ZOOM, util::MAX_ZOOM); in getMetersPerPixelAtLatitude() local
49 const double constrainedScale = std::pow(2.0, constrainedZoom); in getMetersPerPixelAtLatitude()