Grouping
public struct Grouping
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.
-
List of map markers grouped on map view under map marker cluster icon.
Declaration
Swift
public var markers: [MapMarker] -
Map marker cluster that entries in
MapMarkerCluster.Grouping.markersbelong to.Declaration
Swift
public var parent: MapMarkerCluster -
Creates a new instance.
Declaration
Swift
public init(markers: [MapMarker], parent: MapMarkerCluster)