Uses of Class
citysdk.tourism.client.poi.single.PointOfInterest

Packages that use PointOfInterest
citysdk.tourism.client.parser Package for the library parsers and deserializers. 
citysdk.tourism.client.poi.lists Package for the list of W3C objects. 
citysdk.tourism.client.poi.single Package for the single W3C objects. 
citysdk.tourism.client.requests Package for the library client stub. 
 

Uses of PointOfInterest in citysdk.tourism.client.parser
 

Methods in citysdk.tourism.client.parser that return PointOfInterest
 PointOfInterest JsonParser.parseJsonAsPointOfInterest()
          Parses the JSON as a PointOfInterest.
 

Uses of PointOfInterest in citysdk.tourism.client.poi.lists
 

Methods in citysdk.tourism.client.poi.lists that return PointOfInterest
 PointOfInterest ListPointOfInterest.get(int i)
          Gets a given PointOfInterest.
 

Methods in citysdk.tourism.client.poi.lists that return types with arguments of type PointOfInterest
 java.util.List<PointOfInterest> ListPointOfInterest.getPois()
          Gets all the POIs.
 

Methods in citysdk.tourism.client.poi.lists with parameters of type PointOfInterest
 void ListPointOfInterest.addPoi(PointOfInterest poi)
          Adds a PointOfInterest.
 

Uses of PointOfInterest in citysdk.tourism.client.poi.single
 

Methods in citysdk.tourism.client.poi.single that return PointOfInterest
 PointOfInterest Route.getPoi(int i)
          Gets the PointOfInterest in a given index of a Route.
 

Methods in citysdk.tourism.client.poi.single with parameters of type PointOfInterest
 void Route.addPoi(PointOfInterest poi)
          Adds a PointOfInterest to the Route.
 

Uses of PointOfInterest in citysdk.tourism.client.requests
 

Methods in citysdk.tourism.client.requests that return PointOfInterest
 PointOfInterest TourismClient.getPoi(java.lang.String poiBase, java.lang.String poiId)
          Returns the complete description of a given POI.