Open window with Waze

0

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

    
asked by Carlos Cespedes 04.10.2018 в 21:18
source

1 answer

0

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

    
answered by 04.10.2018 / 23:25
source