Google Maps Platform · JSON Structure

Google Maps Directions Geocoded Waypoint Structure

Type: object Properties: 4
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

GeocodedWaypoint 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

geocoder_status place_id types partial_match

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "GeocodedWaypoint",
  "type": "object",
  "properties": {
    "geocoder_status": {
      "type": "string"
    },
    "place_id": {
      "type": "string"
    },
    "types": {
      "type": "array"
    },
    "partial_match": {
      "type": "boolean"
    }
  }
}