HERE Map of 42.6564,-73.7638

Request

https://image.maps.ls.hereapi.com/mia/1.6/mapview?c=42.6564%2C-73.7638&w=600&h=300&z=13&nodot=false&style=flame&f=1&ppi=72&apiKey=YOUR-API-TOKEN-HERE
Display the map as an image:
<img width="600" src="https://image.maps.ls.hereapi.com/mia/1.6/mapview?c=42.6564%2C-73.7638&w=600&h=300&z=13&nodot=false&style=flame&f=1&ppi=72&apiKey=YOUR-API-TOKEN-HERE" alt="HERE map of 42.6564,-73.7638" />
Display the map as a CSS background image:
background-image: url(https://image.maps.ls.hereapi.com/mia/1.6/mapview?c=42.6564%2C-73.7638&w=600&h=300&z=13&nodot=false&style=flame&f=1&ppi=72&apiKey=YOUR-API-TOKEN-HERE);

How to use

  1. Get a HERE API key.
  2. Customize the fields to build your map.
  3. Copy and paste the generated code into your HTML document or a stylesheet.

About

You can add a static map to any website with simple HTML and no JavaScript. Using URL parameters, you can describe the type of map that you want and HERE will send it back.

The Static Map Maker helps you configure the HERE API parameters.

Check out HERE's static maps API.