FeatureSelector
@Stable
A feature that decides what to show depending on the zoom value (it could change size of shape)
Constructors
Link copied to clipboard
constructor(space: CoordinateSpace<T>, attributes: Attributes = Attributes.EMPTY, selector: (zoom: Float) -> Feature<T>)