Access by calling const {Place} = await google.maps.importLibrary("places")
. See
https://developers.google.com/maps/documentation/javascript/libraries.
Accessibility options of this Place. undefined
if the
accessibility options data have not been called for from the server.
The collection of address components for this Place’s location. Empty
object if there is no known address data. undefined
if the
address data has not been called for from the server.
The representation of the Place’s address in the adr microformat.
Attribution text to be displayed for this Place result.
The location's operational status. null
if there is no
known status. undefined
if the status data has not been
loaded from the server.
The location's display name. null
if there is no name.
undefined
if the name data has not been loaded from the
server.
The editorial summary for this place. null
if there is no
editorial summary. undefined
if this field has not yet been
requested.
The language of the editorial summary for this place. null
if there is no editorial summary. undefined
if this field
has not yet been requested.
The locations’s full address.
URL of the official Google page for this place. This is the Google-owned page that contains the best available information about the Place.
Whether a place has curbside pickup. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place has delivery. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place has dine in. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place has takeout. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
The default HEX color code for the place's category.
The unique place id.
The Place’s phone number in international format. International format includes the country code, and is prefixed with the plus (+) sign.
Whether a place is reservable. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
The Place’s position.
The Place’s phone number, formatted according to the number's regional convention.
Options of parking provided by the place. undefined
if the
parking options data have not been called for from the server.
Payment options provided by the place. undefined
if the
payment options data have not been called for from the server.
Photos of this Place. The collection will contain up to ten google.maps.places.Photo objects.
The price level of the Place. This property can return any of the following values
Free
Inexpensive
Moderate
Expensive
Very Expensive
A rating, between 1.0 to 5.0, based on user reviews of this Place.
The requested language for this place.
The requested region for this place.
A list of reviews for this Place.
Whether a place serves beer. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place serves breakfast. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place serves brunch. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place serves dinner. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place serves lunch. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place serves vegetarian food. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
Whether a place serves wine. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown. Returns 'undefined' if this field has not yet been requested.
URI to the svg image mask resource that can be used to represent a place’s category.
An array of types
for this Place (for example, ["political",
"locality"]
or ["restaurant",
"establishment"]
).
The number of user ratings which contributed to this Place’s google.maps.places.Place.rating.
The offset from UTC of the Place’s current timezone, in minutes. For
example, Austrialian Eastern Standard Time (GMT+10) in daylight savings
is 11 hours ahead of UTC, so the utc_offset_minutes
will be
660
. For timezones behind UTC, the offset is negative. For
example, the utc_offset_minutes
is -60
for Cape
Verde.
The preferred viewport when displaying this Place on a map.
The authoritative website for this Place, such as a business' homepage.
Available only in the v=beta channel: https://goo.gle/3oAthT3. Calculates the Date representing the next OpeningHoursTime. Returns undefined if the data is insufficient to calculate the result, or this place is not operational.
Available only in the v=beta channel: https://goo.gle/3oAthT3.
Check if the place is open at the given datetime. Resolves with
undefined
if the known data for the location is insufficient
to calculate this, e.g. if the opening hours are unregistered.
Defaults to now.
Text query based place search.
Generated using TypeDoc
Access by calling
const {Place} = await google.maps.importLibrary("places")
. See https://developers.google.com/maps/documentation/javascript/libraries.