QueryPrediction

A query prediction

EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Properties

Name Type Description
text object
structuredFormat object
View JSON Schema on GitHub

JSON Schema

google-maps-queryprediction-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/QueryPrediction",
  "title": "QueryPrediction",
  "type": "object",
  "description": "A query prediction",
  "properties": {
    "text": {
      "$ref": "#/components/schemas/FormattableText"
    },
    "structuredFormat": {
      "$ref": "#/components/schemas/StructuredFormat"
    }
  }
}