Base class for all view objects created by Sygic SDK. More...
#import <SYViewObjects.h>
Instance Methods | |
(instancetype) | - initWithCoordinate:type: [implementation] |
![]() | |
(instancetype) | - initWithCoordinate:baseType: [implementation] |
(instancetype) | - initWithCoordinate:baseType:payload: [implementation] |
Properties | |
SyProxyObjectType | type |
Determines which type of this ProxyObject it is. More... | |
![]() | |
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... | |
SYViewObjectType | baseType |
Determines which type of this ViewObject it is. More... | |
id< NSCoding > | payload |
Optional payload for storing custom data. More... | |
Additional Inherited Members | |
![]() | |
(std::vector< uint8_t >) | + serializePayload: [implementation] |
(id< NSCoding >) | + deserializePayload: [implementation] |
Base class for all view objects created by Sygic SDK.
|
implementation |
|
readnonatomicassign |
Determines which type of this ProxyObject it is.