EDBrowserProtocol Protocol Reference
| Conforms to | NSObject NSURLConnectionDelegate |
|---|---|
| Declared in | 3DBrowser.h |
– poiClicked:
Callback called when a POI is touched
- (void)poiClicked:(Poi *)poiParameters
poi |
the POI touched |
|---|
Declared In
3DBrowser.h
– poiSelected:
Callback called when the device in pointing in direction of a POI
- (void)poiSelected:(Poi *)poiParameters
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 *)poisArrayParameters
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 *)poiParameters
poi |
the poi loaded |
|---|
Declared In
3DBrowser.h