Google Map API in my website

白昼怎懂夜的黑 提交于 2019-12-12 23:41:32

问题


I'm confused as to what Google Map API I will implement to my website regarding this plot.

1 - My admin user will set the address of a place on the google map (probably in textboxes) 2 - The users can view the place set by the admin and has already a marker in that specific place.

What are the differences between the v2 and v3?

Thanks for helping.


回答1:


To use API V2 you need a key and now it's impossible to get one because API V2 has been officially deprecated as of May 19, 2010, just like Marcelo said as a comment of your question.

You will need to use Api V3. Check the Google Maps JavaScript API v3 for more details.



来源:https://stackoverflow.com/questions/11791870/google-map-api-in-my-website

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!