TomTom · Schema

ReachableRangeResponse

MapsTrafficTransportationNavigationLocationGeospatialRoutingGeocoding

Properties

Name Type Description
formatVersion string
reachableRange object
View JSON Schema on GitHub

JSON Schema

tomtom-reachablerangeresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ReachableRangeResponse",
  "title": "ReachableRangeResponse",
  "type": "object",
  "properties": {
    "formatVersion": {
      "type": "string"
    },
    "reachableRange": {
      "type": "object",
      "properties": {
        "center": {
          "$ref": "#/components/schemas/LatLon"
        },
        "boundary": {
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/LatLon"
          }
        }
      }
    }
  }
}