MapMarkerCluster.Grouping (API Reference)
Package com.here.sdk.mapview
Class MapMarkerCluster.Grouping
java.lang.Object
com.here.sdk.mapview.MapMarkerCluster.Grouping
- Enclosing class:
- MapMarkerCluster
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.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGrouping(List<MapMarker> markers, MapMarkerCluster parent) Creates a new instance. -
Method Summary
-
Field Details
-
markers
List of map markers grouped on map view under map marker cluster icon.
-
parent
Map marker cluster that entries in
markersbelong to.
-
-
Constructor Details
-
Grouping
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.
-