16 class TransitionOptions;
TransitionOptions getHeatmapWeightTransition() const
const PropertyValue< float > & getHeatmapRadius() const
void setHeatmapOpacityTransition(const TransitionOptions &)
const ColorRampPropertyValue & getHeatmapColor() const
TransitionOptions getHeatmapOpacityTransition() const
std::optional< conversion::Error > setPropertyInternal(const std::string &name, const conversion::Convertible &value) final
Mutable< Layer::Impl > mutableBaseImpl() const final
static PropertyValue< float > getDefaultHeatmapOpacity()
const PropertyValue< float > & getHeatmapWeight() const
void setHeatmapRadiusTransition(const TransitionOptions &)
const Impl & impl() const
Value serialize() const final
const PropertyValue< float > & getHeatmapOpacity() const
HeatmapLayer(const std::string &layerID, const std::string &sourceID)
void setHeatmapWeight(const PropertyValue< float > &)
static PropertyValue< float > getDefaultHeatmapIntensity()
static PropertyValue< float > getDefaultHeatmapRadius()
TransitionOptions getHeatmapRadiusTransition() const
void setHeatmapColor(const ColorRampPropertyValue &)
static ColorRampPropertyValue getDefaultHeatmapColor()
Mutable< Impl > mutableImpl() const
std::unique_ptr< Layer > cloneRef(const std::string &id) const final
HeatmapLayer(Immutable< Impl >)
void setHeatmapRadius(const PropertyValue< float > &)
void setHeatmapOpacity(const PropertyValue< float > &)
static PropertyValue< float > getDefaultHeatmapWeight()
void setHeatmapWeightTransition(const TransitionOptions &)
TransitionOptions getHeatmapColorTransition() const
void setHeatmapIntensityTransition(const TransitionOptions &)
const PropertyValue< float > & getHeatmapIntensity() const
StyleProperty getProperty(const std::string &name) const final
void setHeatmapIntensity(const PropertyValue< float > &)
void setHeatmapColorTransition(const TransitionOptions &)
TransitionOptions getHeatmapIntensityTransition() const
Generic representation of a style property.
std::unique_ptr< Expression > string(std::unique_ptr< Expression >, std::unique_ptr< Expression > def=nullptr)
mapbox::base::Value Value