AROverlay Class Reference
Inherits from | NSObject |
Conforms to | NSCoding |
Declared in | AROverlay.h AROverlay.m |
Tasks
-
– initWithDictionary:
Creates a new AROverlay object using JSON data provided by the server.
-
– setupVerticesFromDictionary
Initializes the points array using the vertex data in the object’s _dict.
Instance Methods
initWithDictionary:
Creates a new AROverlay object using JSON data provided by the server.
- (id)initWithDictionary:(NSDictionary *)dict
Parameters
- dict
- A dictionary of key-value pairs provided by the server.
Return Value
A newly initialized AROverlay instance
Discussion
Creates a new AROverlay object using JSON data provided by the server.
Declared In
AROverlay.h