It is possible on a web page to click on a button and that it opens in a new window the Waze page with the destination point.
Thanks
It is possible on a web page to click on a button and that it opens in a new window the Waze page with the destination point.
Thanks
I already found the solution. It is to use the following Wara iframe in a landing page
<iframe src="https://embed.waze.com/iframe?zoom=12&lat=45.6906304&lon=-120.810983&pin=1"
width="300" height="400"></iframe>
It has the following parameters:
zoom: from 3 to 17 lat: latitude lon: length pin: center the point on the map
The documentation is in the following link: link