Options
All
  • Public
  • Public/Protected
  • All
Menu

Access by calling const {ParkingOptions} = await google.maps.importLibrary("places"). See https://developers.google.com/maps/documentation/javascript/libraries.

Hierarchy

  • ParkingOptions

Index

Constructors

Properties

hasFreeGarageParking: null | boolean

Whether a place offers free garage parking. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasFreeParkingLot: null | boolean

Whether a place offers free parking lots. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasFreeStreetParking: null | boolean

Whether a place offers free street parking. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasPaidGarageParking: null | boolean

Whether a place offers paid garage parking. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasPaidParkingLot: null | boolean

Whether a place offers paid parking lots. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasPaidStreetParking: null | boolean

Whether a place offers paid street parking. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

hasValetParking: null | boolean

Whether a place offers valet parking. Returns 'true' or 'false' if the value is known. Returns 'null' if the value is unknown.

Generated using TypeDoc