EDBrowserProtocol Protocol Reference

Conforms to NSObject
NSURLConnectionDelegate
Declared in 3DBrowser.h

Overview

3D Browser protocol

– poiClicked:

Callback called when a POI is touched

- (void)poiClicked:(Poi *)poi

Parameters

poi

the POI touched

Declared In

3DBrowser.h

– poiSelected:

Callback called when the device in pointing in direction of a POI

- (void)poiSelected:(Poi *)poi

Parameters

poi

the pointed-at poi

Declared In

3DBrowser.h

– poisInView:

Callback that returns the current POIs in the view ordered by distance from the center of the screen to the sides.

- (void)poisInView:(NSMutableArray *)poisArray

Parameters

poisArray

Array with the POIs in view. Empty if there are no POIs

Declared In

3DBrowser.h

– poiTexturesLoadedFromURL:

Called when the Poi selection / non selection texture has been loaded from URL

- (void)poiTexturesLoadedFromURL:(Poi *)poi

Parameters

poi

the poi loaded

Declared In

3DBrowser.h

– frameRendered

Called each rendering frame.

- (void)frameRendered

Declared In

3DBrowser.h