Google Maps Platform · JSON Structure

Google Maps Directions Fare Structure

Type: object Properties: 3
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

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

Properties

currency value text

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

JSON Structure

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