MapLibre Native Core
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
get_covering_stops.hpp File Reference
#include <mbgl/style/expression/expression.hpp>
#include <mbgl/util/range.hpp>
#include <memory>
#include <map>

Go to the source code of this file.

Namespaces

 mbgl
 
 mbgl::style
 
 mbgl::style::expression
 

Functions

Range< float > mbgl::style::expression::getCoveringStops (const std::map< double, std::unique_ptr< Expression >> &stops, double lower, double upper)
 Return the smallest range of stops that covers the interval [lower, upper]. More...