Point Legend
Renders a legend composed of labeled point markers.
Parameters
Unique identifier used when registering the legend with a LegendControl.
Display title shown above the legend content.
Color of the legend title.
Font size for legend item labels.
Color of the text labels.
Radius for the circular glyph drawn for each legend item.
Static items rendered by the legend when no resolver is provided.
Optional resolver that converts queried features into dynamic legend items.
Optional layer identifier (or regex) used to scope dynamic legend updates.
Units currently applied to any measurement values drawn by the legend.
Constructors
Properties
Functions
Returns a new PointLegend with the updated item resolver.
Returns a new PointLegend with the updated items.
Returns a new PointLegend with the updated label color.
Returns a new PointLegend with the updated label font size.
Returns a new PointLegend with the updated layer ID.
Returns a new PointLegend with the updated glyph radius.
Allows an implementing class to create a new version of itself with updated units.