Class MapMarkerCluster.Grouping
Package com.here.sdk.mapview
Class MapMarkerCluster.Grouping
- java.lang.Object
-
- com.here.sdk.mapview.MapMarkerCluster.Grouping
-
- Enclosing class:
- MapMarkerCluster
public static final class MapMarkerCluster.Grouping extends java.lang.ObjectRepresents 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.
-
-
Field Summary
Fields Modifier and Type Field Description java.util.List<MapMarker>markersList of map markers grouped on map view under map marker cluster icon.MapMarkerClusterparentMap marker cluster that entries inmarkersbelong to.
-
Constructor Summary
Constructors Constructor Description Grouping(java.util.List<MapMarker> markers, MapMarkerCluster parent)Creates a new instance.
-
-
-
Field Detail
-
markers
@NonNull public java.util.List<MapMarker> markers
List of map markers grouped on map view under map marker cluster icon.
-
parent
@NonNull public MapMarkerCluster parent
Map marker cluster that entries in
markersbelong to.
-
-
Constructor Detail
-
Grouping
public Grouping(@NonNull java.util.List<MapMarker> markers, @NonNull MapMarkerCluster parent)Creates a new instance.
- Parameters:
markers-List of map markers grouped on map view under map marker cluster icon.
parent-Map marker cluster that entries in
markersbelong to.
-
-