How to specify a starting location relative to the user
This tutorial explores how a user can specify a starting location on the map of the Embedded Editor that is relevant to them.
Request
For both iframe and application solutions, the coord and zoomLevel parameters combine to define the context in which the Embedded Editor opens. Pass the following URL into your solution.
https://stg.mapfeedback.here.com?
app_id={YOUR_APP_ID}&
app_code={YOUR_APP_CODE}&
coord=52.531137730274494,13.385125160713187&zoomLevel=19The location is a segment of Invalidenstrasse in Berlin, Germany.
Response

Updated last month