Error when integrating Waze with PHP? [closed]

-5

I have a php site and need to upload a map and waze data. How can I do this?

I'm using this repository: link

    
asked by anonymous 12.06.2017 / 21:22

1 answer

0

I was able to solve this problem using an iframe in which to insert the Waze api map:

<div id="exibirMapa" class="exibirMapa">

<iframe src="https://embed.waze.com/iframe?zoom=12&lat=32.10911&lon=34.81773"width="700" height="500"></iframe>

</div>

Urlfor Waze documentation

    
15.06.2017 / 20:08