Uses of Class
citysdk.tourism.client.poi.base.POIType

Packages that use POIType
citysdk.tourism.client.poi.lists Package for the list of W3C objects. 
citysdk.tourism.client.poi.single Package for the single W3C objects. 
 

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

Subclasses of POIType in citysdk.tourism.client.poi.lists
 class ListEvent
          Represents a list of Event.
 class ListPointOfInterest
          Represents a list of PointOfInterest.
 class ListPOIS
          A list of lists (containing ListPointOfInterest, ListEvent and ListRoute).
 class ListRoute
          Represents a list of Route.
 class ListTag
          Represents a list of Tag.
 class POIS<T>
          The representation of a list of POI.
 

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

Subclasses of POIType in citysdk.tourism.client.poi.single
 class Category
          Representation of a Category object.
 class Event
          A simple representation of an Event.
 class POI
          A base class for PointOfInterest, Event, Route and POIS.
 class PointOfInterest
          A simple representation of a Point of Interest.
 class Route
          A simple representation of a Route.
 class Tag
          Representation of a Tag object.