public class PlacesSearchResult
extends java.lang.Object
implements java.io.Serializable
Please see Place Search Results for more detail.
Modifier and Type | Field and Description |
---|---|
java.lang.String |
formattedAddress
The human-readable address of this place.
|
Geometry |
geometry
Geometry information about the result, generally including the location (geocode) of the place
and (optionally) the viewport identifying its general area of coverage.
|
java.net.URL |
icon
The URL of a recommended icon which may be displayed to the user when indicating this result.
|
java.lang.String |
name
The human-readable name for the returned result.
|
OpeningHours |
openingHours
Information on when the place is open.
|
boolean |
permanentlyClosed
Indicates that the place has permanently shut down.
|
Photo[] |
photos
Photo objects associated with this place, each containing a reference to an image.
|
java.lang.String |
placeId
A textual identifier that uniquely identifies a place.
|
float |
rating
The place's rating, from 1.0 to 5.0, based on aggregated user reviews.
|
PlaceIdScope |
scope
sThe scope of the placeId.
|
java.lang.String[] |
types
Feature types describing the given result.
|
java.lang.String |
vicinity
A feature name of a nearby location.
|
Constructor and Description |
---|
PlacesSearchResult() |
public java.lang.String formattedAddress
public Geometry geometry
public java.lang.String name
public java.net.URL icon
public java.lang.String placeId
public PlaceIdScope scope
public float rating
public java.lang.String[] types
public OpeningHours openingHours
public Photo[] photos
public java.lang.String vicinity
public boolean permanentlyClosed