Google Maps Platform · JSON Structure

Google Maps Directions Step Structure

Type: object Properties: 4
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

Step 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

html_instructions travel_mode maneuver steps

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Step",
  "type": "object",
  "properties": {
    "html_instructions": {
      "type": "string"
    },
    "travel_mode": {
      "type": "string"
    },
    "maneuver": {
      "type": "string"
    },
    "steps": {
      "type": "array"
    }
  }
}