MapMarkerClusterGrouping class - mapview library - Dart API
MapMarkerClusterGrouping
MapMarkerClusterGrouping class
Represents a group of map markers belonging to a cluster.
It contains a list of map markers grouped on map view under single icon of marker cluster or single map marker entry for markers being part of cluster but spread enough not to be grouped.
Constructors
-
MapMarkerClusterGrouping(List<
MapMarker> markers, MapMarkerCluster parent) - Creates a new instance.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
markers
↔ List<
MapMarker> -
List of map markers grouped on map view under map marker cluster icon.
getter/setter pair
- parent ↔ MapMarkerCluster
-
Map marker cluster that entries in MapMarkerClusterGrouping.markers belong to.
getter/setter pair
- 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