-
- All Implemented Interfaces:
public final class PoiContainer
Object representing requested point of interest/s.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public class
PoiContainer.Companion
-
Field Summary
Fields Modifier and Type Field Description private final List<Poi>
poiList
private final List<PoiGroup>
poiGroupList
private final PoiContainer
copy
-
Constructor Summary
Constructors Constructor Description PoiContainer(PoiGroup poiGroup)
PoiContainer(Poi poi)
-
Method Summary
Modifier and Type Method Description final List<Poi>
getPoiList()
List of requested point of interestsAll contained pois in a list. final List<PoiGroup>
getPoiGroupList()
List of requested point of interestsAll contained pois in a group. final PoiContainer
getCopy()
Duplicate of requested poi String
toString()
-
-
Method Detail
-
getPoiList
final List<Poi> getPoiList()
List of requested point of interests
All contained pois in a list.
-
getPoiGroupList
final List<PoiGroup> getPoiGroupList()
List of requested point of interests
All contained pois in a group.
-
getCopy
final PoiContainer getCopy()
Duplicate of requested poi
-
-
-
-