How to automatically detect a mobile device's location
In this tutorial, the user wants to provide feedback on a place and to have the Embedded Editor launch in a manner that is aware of the location of a mobile device.
Request
If you do not specify a coord parameter when on a mobile device, the Embedded Editor uses the automatically detected geolocation. This requires that the WebView/WKVebView has been configured to have access to the geolocation data. Pass the following URL into your solution.
https://stg.mapfeedback.here.com?
app_id={YOUR_APP_ID}&
app_code={YOUR_APP_CODE}&
features=placeResponse

Updated last month