Specify features to be rendered on the map tile

HERE Raster Tile API provides a features parameter that you can use to select optional tile content.

  1. Get map tile with environmental_zones feature:

    • Example:
      https://maps.hereapi.com/v3/base/mc/9/275/171/png?features=environmental_zones:all&apiKey={API_KEY}
    • Response:
  2. Get map tile with environmental_zones and vehicle_restrictions features:

    • Example:
      https://maps.hereapi.com/v3/base/mc/9/275/171/png?features=environmental_zones:all,vehicle_restrictions:active_and_inactive&apiKey={API_KEY}
    • Response:
  3. Get map tile with environmental_zones and vehicle_restrictions features, but pois feature disabled:

    • Example:
      https://maps.hereapi.com/v3/base/mc/9/275/171/png?features=environmental_zones:all,vehicle_restrictions:active_and_inactive,pois:disabled&apiKey={API_KEY}
    • Response:
  4. Get map tile with environmental_zones feature, but pois feature disabled:

    • Example:
      https://maps.hereapi.com/v3/base/mc/9/275/171/png?features=environmental_zones:all,pois:disabled&apiKey={API_KEY}
    • Response:
  5. Get map tile with vehicle_restrictions feature, but pois feature disabled:

    • Example:
      https://maps.hereapi.com/v3/base/mc/9/275/171/png?features=environmental_zones:disabled,vehicle_restrictions:active_and_inactive,pois:disabled&apiKey={API_KEY}
    • Response:
  6. Get truckonlytile by using blank resource with features=vehicle_restrictions:active_and_inactive:

    • Example:
      https://maps.hereapi.com/v3/blank/mc/9/275/171/png?features=vehicle_restrictions:active_and_inactive&apiKey={API_KEY}
    • Response:

For more information, see Features.

results matching ""

    No results matching ""