Google Maps Platform · JSON Structure

Google Maps Directions Text Value Pair Structure

Type: object Properties: 2
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

text value

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "TextValuePair",
  "type": "object",
  "properties": {
    "text": {
      "type": "string"
    },
    "value": {
      "type": "number"
    }
  }
}