GuidesAPI Reference
Guides

Call info

You can call https://traffic.maps.hereapi.com/v3/info to retrieve the list of possible options for request parameters and meta-information in the JSON format. The following is an example response.

{
  "imageFormats": ["png", "png8"],
  "imageSizes": [256, 512],
  "mapVersion": "2022.206.14.18",
  "projections": ["mc"],
  "resources": ["flow"],
  "styles": [
    "explore.day",
    "explore.night",
    "explore.satellite.day"
  ],
  "zoomLevels": {
    "max": 20,
    "min": 0
  }
}

The following table defines the parameters used in the previous example response.

ParameterDefinition
imageFormatsA list of available formats that can be set for image rendering.
imageSizesA list of available sizes that can be set for image rendering.
mapVersionInformation about the map version used to generate the road network geometry.
projectionsA list of available projections that can be set for image rendering.
resourcesA list of available resources that can be rendered.
stylesA list of available styles that can be passed to the style parameter that change the way the traffic flow appears.
zoomLevelsThe minimum and maximum zoom levels available for rendering locations within the tile-grid representation of the globe.