Does anyone know how to create the correct url for a here.commap link from my site? We use a large number of API calls to embed maps inside our website, but I want to send emails to people with a link 'Click Here for directions'pointing to routes here.comwith an address or coordinates embedded in the URL.
Example:
In Google Maps, all we need to do is make a simple link:
https:
Just go through the variables saddrand daddrthe URL. I tried everything to create the correct URL for maps here.com, and it does not handle it properly.
My best attempt:
https://www.here.com/directions/drive/32.2589671,-97.4486011/Weatherford,_Texas?x=ep&map=30.38114,-89.89326,6,normal
But it does not handle this URL correctly, and now I'm pretty stuck, since I tried everything I know to try.
source
share