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>


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 | |
| SYGeoCoordinate * | coordinate |
| 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... | |
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.
|
readnonatomicassign |
Zoom level, on which the cluster expands(or "breaks" into sub clusters/places).
|
readnonatomicassign |
Number of places which are hidden inside of this cluster.