-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: https://github.com/Nimrod007/waze-api
-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: https://github.com/Nimrod007/waze-api
0
I was able to solve this problem using an iframe to insert the map of the Waze api:
<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>
Url for documentation of Waze
Browser other questions tagged php api web-application maps google-maps-api-3
You are not signed in. Login or sign up in order to post.
If you are already using an API, what is the problem?
– Woss
Load map ? It does not appear !!
– alexjosesilva
How to integrate Waze with php ???
– alexjosesilva
Your question is not making any sense. Please [Dit] and be clearer about what you intend to do. An API, by definition, serves to integrate a service into an application and you’re already using one, as stated in the question, so what’s the problem? Again, emphasis on [Dit].
– Woss
how to integrate php site to Waze ?
– alexjosesilva
What they are trying to say is to you [Dit] the question and show how you have tried to use the API. After all you said you are using it.
– bfavaretto