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
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