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 Classification[] |
classifications
The classifications this POI belongs to.
|
protected java.lang.String |
name
The name of the POI.
|
protected java.lang.String |
phone
The phone number of the POI.
|
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 Classification[] classifications
protected java.lang.String[] brands