Home
last modified time | relevance | path

Searched refs:heatmapDensity_ (Results 1 – 1 of 1) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dexpression.hpp33 …xt(optional<float> zoom_, GeometryTileFeature const * feature_, optional<double> heatmapDensity_) : in EvaluationContext() argument
34 zoom(std::move(zoom_)), feature(feature_), heatmapDensity(std::move(heatmapDensity_)) in EvaluationContext()