public class Poi
extends java.lang.Object
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
protected java.lang.String[] |
brands
The brands this POI belongs to.
|
protected java.lang.String[] |
categories
The categories this POI belongs to.
|
protected Category[] |
categorySet
The most specific POI categories.
|
protected Classification[] |
classifications
The classifications this POI belongs to.
|
protected java.lang.String |
name
The name of the POI.
|
protected Optional<OpeningHours> |
openingHours
The POI's opening hours.
|
protected java.lang.String |
phone
The phone number of the POI.
|
protected Optional<org.joda.time.DateTimeZone> |
timeZone
The POI's time zone.
|
protected java.lang.String |
url
The URL address of the POI's website.
|
Constructor and Description |
---|
Poi() |
protected java.lang.String name
protected java.lang.String phone
protected java.lang.String url
protected java.lang.String[] categories
protected Category[] categorySet
protected Classification[] classifications
protected java.lang.String[] brands
protected Optional<OpeningHours> openingHours
protected Optional<org.joda.time.DateTimeZone> timeZone