Google Maps Platform · JSON Structure

Google Maps Places Place Prediction Structure

Type: object Properties: 4
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

PlacePrediction is a JSON Structure definition published by Google Maps Platform, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

place placeId types distanceMeters

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PlacePrediction",
  "type": "object",
  "properties": {
    "place": {
      "type": "string"
    },
    "placeId": {
      "type": "string"
    },
    "types": {
      "type": "array"
    },
    "distanceMeters": {
      "type": "integer"
    }
  }
}