![]() |
Pikkart AR SDK
3.1
iOS SDK references
|
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>
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... | |
The Pikkart Geo Localization View Controller. It allows to display a list of PKTGeoElement point of interests either on camera or on Google Maps.
| - (instancetype) initWithGeoMarkerViewAdapter: | (PKTMarkerViewAdapter *) | geoViewAdapter | |
| andMapViewAdapter: | (PKTMarkerViewAdapter *) | mapViewAdapter | |
create a PKTGeoMainController with marker view adapter for geo and map marker
| geoAdapter | view Adapter for geo localization view |
| mapAdapter | view Adapter for Google Maps view |
| - (void) setGeoElements: | (NSArray *) | geoElements |
create and show a list of point of interests
| geoElements | list Of PKTGeoElement |