MapLibre Native Core
|
#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... | |