SYMapMarkersCluster Class Reference

Handles the display of a large number of SYMapMarkers. More...

#import <SYMapObjectsCluster.h>

Inheritance diagram for SYMapMarkersCluster:
Collaboration diagram for SYMapMarkersCluster:

Instance Methods

(BOOL) - addMapMarker:
 Adds SYMapMarker to cluster. SYMapMarker must be added to SYMapView before adding to SYMapMarkersCluster! More...
 
(BOOL) - removeMapMarker:
 Removes SYMapMarker from SYMapMarkersCluster. More...
 

Properties

CGFloat priority
 Cluster priority. Values from interval <0,1> are accepted. 0 is lowest priority and 1 is highest priority. Default value is 0. More...
 
BOOL detectVehicleCollision
 Can be used to enable/disable overlapping of displayed SYMapMarkers with vehicle model. Default value is YES. More...
 
NSArray< SYMapMarker * > * mapMarkers
 Returns all SYMapMarkers in cluster. More...
 

Detailed Description

Handles the display of a large number of SYMapMarkers.

Method Documentation

◆ addMapMarker:

- (BOOL) addMapMarker: (nonnull SYMapMarker *)  marker

Adds SYMapMarker to cluster. SYMapMarker must be added to SYMapView before adding to SYMapMarkersCluster!

◆ removeMapMarker:

- (BOOL) removeMapMarker: (nonnull SYMapMarker *)  marker

Property Documentation

◆ priority

- (CGFloat) priority
readwritenonatomicassign

Cluster priority. Values from interval <0,1> are accepted. 0 is lowest priority and 1 is highest priority. Default value is 0.

◆ detectVehicleCollision

- (BOOL) detectVehicleCollision
readwritenonatomicassign

Can be used to enable/disable overlapping of displayed SYMapMarkers with vehicle model. Default value is YES.

◆ mapMarkers

- (NSArray<SYMapMarker*>*) mapMarkers
readnonatomicassign

Returns all SYMapMarkers in cluster.


The documentation for this class was generated from the following file: