SYMapPlaceIdObject contains place identifier for user interaction. This object is returned by SYMapView when a user taps on a specific SYMapPlace. See also: SYMapView.objectsAtPoint, SYMapViewDelegate.didSelectObjects. More...
#import <SYMapPlace.h>


Properties | |
| NSInteger | placeId |
| Place identifier. Equals to placeId of the corresponding SYMapPlace object. 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... | |
SYMapPlaceIdObject contains place identifier for user interaction. This object is returned by SYMapView when a user taps on a specific SYMapPlace. See also: SYMapView.objectsAtPoint, SYMapViewDelegate.didSelectObjects.
|
readnonatomicassign |
Place identifier. Equals to placeId of the corresponding SYMapPlace object.