public class Place
extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
Place.BoundingBox |
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
attributes
Place Attributes are metadata about places.
|
Place.BoundingBox |
boundingBox
A bounding box of coordinates which encloses this place.
|
String |
country
Name of the country containing this place.
|
String |
countryCode
Shortened country code representing the country containing this place.
|
String |
fullName
Full human-readable representation of the place's name.
|
String |
id
ID representing this place.
|
String |
name
Short human-readable representation of the place's name.
|
String |
placeType
The type of location represented by this place.
|
String |
url
URL representing the location of additional place metadata for this place.
|
| Constructor and Description |
|---|
Place(Map<String,String> attributes,
Place.BoundingBox boundingBox,
String country,
String countryCode,
String fullName,
String id,
String name,
String placeType,
String url) |
public final Map<String,String> attributes
public final Place.BoundingBox boundingBox
public final String country
public final String countryCode
public final String fullName
public final String id
public final String name
public final String placeType
public final String url
public Place(Map<String,String> attributes,
Place.BoundingBox boundingBox,
String country,
String countryCode,
String fullName,
String id,
String name,
String placeType,
String url)