Handles the display of a large number of SYMapMarkers. More...
#import <SYMapObjectsCluster.h>


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... | |
| (Sygic::Map::ClusterLayer &) | - sdkCluster [implementation] |
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... | |
| SYMapView * | mapView [implementation] |
Handles the display of a large number of SYMapMarkers.
| - (BOOL) addMapMarker: | (nonnull SYMapMarker *) | marker |
Adds SYMapMarker to cluster. SYMapMarker must be added to SYMapView before adding to SYMapMarkersCluster!
| - (BOOL) removeMapMarker: | (nonnull SYMapMarker *) | marker |
Removes SYMapMarker from SYMapMarkersCluster.
|
implementation |
|
readwritenonatomicassign |
Can be used to enable/disable overlapping of displayed SYMapMarkers with vehicle model. Default value is YES.
|
readnonatomicassign |
Returns all SYMapMarkers in cluster.
|
readwritenonatomicweakimplementation |
|
readwritenonatomicassign |
Cluster priority. Values from interval <0,1> are accepted. 0 is lowest priority and 1 is highest priority. Default value is 0.