Google Maps Platform · JSON Structure

Google Maps Directions Time Zone Text Value Structure

Type: object Properties: 3
EnvironmentGeocodingGeolocationMapsNavigationPlacesRoutingSolar

TimeZoneTextValue 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

text value time_zone

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

JSON Structure

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