SYProxyPlace Class Reference

Visually represents a selectable point of interest inside a view. SYProxyPlace is a proxy object (created by the SDK) and its instances cannot be modified. They can be selected from within their containing view (MapView). Use SYProxyObjectsManager to obtain information about the real-world point of interest that they represent. More...

#import <SYProxyObject.h>

Inheritance diagram for SYProxyPlace:
Collaboration diagram for SYProxyPlace:

Additional Inherited Members

- Instance Methods inherited from SYProxyObject
(instancetype) - initWithCoordinate:type: [implementation]
 
- Instance Methods inherited from SYViewObject
(instancetype) - initWithCoordinate:baseType: [implementation]
 
(instancetype) - initWithCoordinate:baseType:payload: [implementation]
 
- Class Methods inherited from SYViewObject
(std::vector< uint8_t >) + serializePayload: [implementation]
 
(id< NSCoding >) + deserializePayload: [implementation]
 
- Properties inherited from SYProxyObject
SyProxyObjectType type
 Determines which type of this ProxyObject it is. 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...
 
SYViewObjectType baseType
 Determines which type of this ViewObject it is. More...
 
id< NSCoding > payload
 Optional payload for storing custom data. More...
 

Detailed Description

Visually represents a selectable point of interest inside a view. SYProxyPlace is a proxy object (created by the SDK) and its instances cannot be modified. They can be selected from within their containing view (MapView). Use SYProxyObjectsManager to obtain information about the real-world point of interest that they represent.


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