SYMapPlaceClusterObject Class Reference

Contains information about suggested "zoom in" interaction, to make the selected cluster (group of map places) expand into its sub-objects. This object is returned by SYMapView when a user taps on a Cluster. See also: SYMapView.objectsAtPoint, SYMapViewDelegate.didSelectObjects. More...

#import <SYMapPlace.h>

Inheritance diagram for SYMapPlaceClusterObject:
Collaboration diagram for SYMapPlaceClusterObject:

Properties

CGFloat expansionZoom
 Zoom level, on which the cluster expands(or "breaks" into sub clusters/places). More...
 
NSUInteger clusteredPlacesCount
 Number of places which are hidden inside of this cluster. More...
 
- Properties inherited from SYViewObject
SYGeoCoordinatecoordinate
 Geographical location of the SYViewObject. The meaning of the location for a particular object depends on that object's type. Objects that don't have a location will return nil. The meaning of the location for certain view objects is as follows: More...
 
CGPoint screenPosition
 Position of the SYViewObject on the screen. More...
 
SYViewObjectType baseType
 Determines which type of this ViewObject it is. More...
 
id< NSCoding > payload
 Optional payload for storing custom data. More...
 

Detailed Description

Contains information about suggested "zoom in" interaction, to make the selected cluster (group of map places) expand into its sub-objects. This object is returned by SYMapView when a user taps on a Cluster. See also: SYMapView.objectsAtPoint, SYMapViewDelegate.didSelectObjects.

Property Documentation

◆ expansionZoom

- (CGFloat) expansionZoom
readnonatomicassign

Zoom level, on which the cluster expands(or "breaks" into sub clusters/places).

◆ clusteredPlacesCount

- (NSUInteger) clusteredPlacesCount
readnonatomicassign

Number of places which are hidden inside of this cluster.


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