HideMarkerLayerOptions class
Constructors
-
HideMarkerLayerOptions({required ClusterWidgetBuilder builder, bool? rotate, Offset? rotateOrigin, AlignmentGeometry? rotateAlignment, List<
Marker> markers = const [], AnchorPos? anchor, int maxClusterRadius = 80, int disableClusteringAtZoom = 20})
Properties
- anchor → AnchorPos?
-
Cluster anchor
final
- builder → ClusterWidgetBuilder
-
Cluster builder
final
- disableClusteringAtZoom → int
-
If set, at this zoom level and below, markers will not be clustered. This defaults to 20 (max zoom)
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- key → Key?
-
finalinherited
-
markers
→ List<
Marker> -
List of markers
final
- maxClusterRadius → int
-
A cluster will cover at most this many pixels from its center
final
-
rebuild
→ Stream<
Null> ? -
finalinherited
- rotate → bool?
-
If true markers will be counter rotated to the map rotation
final
- rotateAlignment → AlignmentGeometry?
-
The alignment of the origin, relative to the size of the box.
final
- rotateOrigin → Offset?
-
The origin of the coordinate system (relative to the upper left corner of
this render object) in which to apply the matrix.
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