Inherits from NSObject
Conforms to NSCoding
Declared in AROverlay.h
AROverlay.m

Tasks

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

setupVerticesFromDictionary

Initializes the points array using the vertex data in the object’s _dict.

- (void)setupVerticesFromDictionary

Discussion

Initializes the points array using the vertex data in the object’s _dict.

Declared In

AROverlay.h