Pikkart AR SDK  3.1
iOS SDK references
PKTGeoMainController Class Reference

The Pikkart Geo Localization View Controller. It allows to display a list of PKTGeoElement point of interests either on camera or on Google Maps. More...

#import <PKTGeoMainController.h>

Inheritance diagram for PKTGeoMainController:
<PKTIArGeoListener>

Instance Methods

(void) - setGeoElements:
 create and show a list of point of interests More...
 
(instancetype) - initWithGeoMarkerViewAdapter:andMapViewAdapter:
 create a PKTGeoMainController with marker view adapter for geo and map marker More...
 
- Instance Methods inherited from <PKTIArGeoListener>
(void) - onGeoElement:Click:
 called when user touch a point of interest More...
 
(void) - onMapOrCameraClicked
 called when user touch outside any point of interest More...
 
(void) - onGeoLocationChanged:
 called when user position changes More...
 

Detailed Description

The Pikkart Geo Localization View Controller. It allows to display a list of PKTGeoElement point of interests either on camera or on Google Maps.

Method Documentation

§ initWithGeoMarkerViewAdapter:andMapViewAdapter:()

- (instancetype) initWithGeoMarkerViewAdapter: (PKTMarkerViewAdapter *)  geoViewAdapter
andMapViewAdapter: (PKTMarkerViewAdapter *)  mapViewAdapter 

create a PKTGeoMainController with marker view adapter for geo and map marker

Parameters
geoAdapterview Adapter for geo localization view
mapAdapterview Adapter for Google Maps view

§ setGeoElements:()

- (void) setGeoElements: (NSArray *)  geoElements

create and show a list of point of interests

Parameters
geoElementslist Of PKTGeoElement