I have a website and I need to insert a waze api map. How do I do?
Code
<?php//exibiroMapa?><style>.exibirpainel{margin-top:0px;height:400px;width:700px;background-color:blue;}</style><divid="exibirpainel" class="exibirpainel"> </div>
I was able to solve this problem by inserting an iframe in my PHP system
<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>
Problemsolved.Linkto waze documentation