Google Maps Platform · Example Payload

Google Maps Places Place Prediction Example

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Top-level fields

placeplaceIdtypesdistanceMeters

Example Payload

Raw ↑
{
  "place": "example_value",
  "placeId": "500123",
  "types": [],
  "distanceMeters": 10
}