Suggestion

A single autocomplete suggestion

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
placePrediction object
queryPrediction object
View JSON Schema on GitHub

JSON Schema

google-maps-suggestion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/Suggestion",
  "title": "Suggestion",
  "type": "object",
  "description": "A single autocomplete suggestion",
  "properties": {
    "placePrediction": {
      "$ref": "#/components/schemas/PlacePrediction"
    },
    "queryPrediction": {
      "$ref": "#/components/schemas/QueryPrediction"
    }
  }
}