Google Maps Platform · Example Payload

Google Maps Places Parking Options Example

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Google Maps Places Parking Options Example is an example object payload from Google Maps Platform, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

freeParkingLotpaidParkingLotfreeStreetParkingpaidStreetParkingvaletParkingfreeGarageParkingpaidGarageParking

Example Payload

Raw ↑
{
  "freeParkingLot": true,
  "paidParkingLot": true,
  "freeStreetParking": true,
  "paidStreetParking": true,
  "valetParking": true,
  "freeGarageParking": true,
  "paidGarageParking": true
}