MapMarkerClusterImageStyle class - mapview library - Dart API
MapMarkerClusterImageStyle
MapMarkerClusterImageStyle class
This class specifies the visual appearance of a cluster marker.
- Annotations
Constructors
- MapMarkerClusterImageStyle(MapImage image)
-
Creates a marker cluster image representation with default anchor.
factory
- MapMarkerClusterImageStyle.withAnchor(MapImage image, Anchor2D anchor)
-
Creates a cluster marker image style using a map image with anchor.
factory
Properties
- anchor → Anchor2D
-
The anchor point for the marker image which specifies the position offset relative
to the cluster's position.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- image → MapImage
-
The map image for the cluster marker.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
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