SYProxyObject Class Reference

Base class for all view objects created by Sygic SDK. More...

#import <SYViewObjects.h>

Inheritance diagram for SYProxyObject:
Collaboration diagram for SYProxyObject:

Instance Methods

(instancetype) - initWithCoordinate:type: [implementation]
 
- Instance Methods inherited from SYViewObject
(instancetype) - initWithCoordinate:baseType: [implementation]
 
(instancetype) - initWithCoordinate:baseType:payload: [implementation]
 

Properties

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...
 

Additional Inherited Members

- Class Methods inherited from SYViewObject
(std::vector< uint8_t >) + serializePayload: [implementation]
 
(id< NSCoding >) + deserializePayload: [implementation]
 

Detailed Description

Base class for all view objects created by Sygic SDK.

Method Documentation

◆ initWithCoordinate:type:()

- (instancetype) initWithCoordinate: (SYGeoCoordinate *)  coordinate
type: (SyProxyObjectType)  type 
implementation

Property Documentation

◆ type

- (SyProxyObjectType) type
readnonatomicassign

Determines which type of this ProxyObject it is.


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