Uses of Class
org.openintents.intents.IntentPOI

Uses of IntentPOI in org.openintents.intents
 

Methods in org.openintents.intents that return IntentPOI
 IntentPOI WikitudeARIntent.getPOI(int position)
          returns the poi at the given position
 IntentPOI 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 IntentPOI
 java.util.ArrayList<IntentPOI> WikitudeARIntent.getPOIs()
          returns the list of all pois in the view
 

Methods in org.openintents.intents with parameters of type IntentPOI
 boolean WikitudeARIntent.addPOI(IntentPOI poi)
          add a poi to the view
 boolean WikitudeARIntent.removePOI(IntentPOI poi)
          remove a poi from the view
 

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