Uses of Class
org.openintents.intents.WikitudePOI

Uses of WikitudePOI in org.openintents.intents
 

Methods in org.openintents.intents that return WikitudePOI
 WikitudePOI WikitudeARIntent.getPOI(int position)
          Returns the POI at the given position.
 WikitudePOI WikitudeARIntent.removePOI(int position)
          Removes the POI at the given position in the list from the view.
 

Methods in org.openintents.intents that return types with arguments of type WikitudePOI
 java.util.ArrayList<WikitudePOI> WikitudeARIntent.getPOIs()
          Returns the list of all POIs in the view.
 

Methods in org.openintents.intents with parameters of type WikitudePOI
 boolean WikitudeARIntent.addPOI(WikitudePOI poi)
          Add a POI to the AR camera view.
 boolean WikitudeARIntent.removePOI(WikitudePOI poi)
          Remove a POI from the view.
 

Method parameters in org.openintents.intents with type arguments of type WikitudePOI
 boolean WikitudeARIntent.addPOIs(java.util.Collection<WikitudePOI> pois)
          Adds all given POIs to the list of displayed POIs.