MarkerClusterNode class

Constructors

MarkerClusterNode({required int zoom, required MapState? map})

Properties

addCount int?
getter/setter pair
bounds LatLngBounds
getter/setter pair
children List
final
hashCode int
The hash code for this object.
no setterinherited
map MapState?
final
markers List<MarkerNode>
no setter
parent MarkerClusterNode?
getter/setter pair
point → LatLng?
no setter
removeCount int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
zoom int
final

Methods

addChild(dynamic child) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
recalculateBounds() → void
recursively(int? zoomLevel, int disableClusteringAtZoom, dynamic fn(dynamic)) → void
removeChild(dynamic child) → void
toString() String
A string representation of this object.
inherited

Operators

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