MapMarkerClusterCounterStyle class

Styling options for a marker cluster which is represented by the marker count as a text.

Constructors

MapMarkerClusterCounterStyle()

Properties

aboveMaxText ↔ String
String to display if there are more markers clustered than MapMarkerClusterCounterStyle.maxCountNumber. Default value is "+99".
getter/setter pair
fontSize ↔ double
Font size of counter. Default value is 20.
getter/setter pair
hashCode → int
The hash code for this object.
no setterinherited
maxCountNumber ↔ int
Maximal number of markers represented as exact number. Values smaller than 2 will be clamped to 2. Default value is 99. When this value is changed, it is recommended to adapt MapMarkerClusterCounterStyle.aboveMaxText accordingly.
getter/setter pair
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited
textAnchor Anchor2D
Anchor of counter in regards to marker cluster image. Default is at the center.
getter/setter pair
textColor ↔ Color
Font color of counter. Default value is white.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited