正在關注Google's Example - Street View Service我能夠製作一張非常簡單的地圖,讓自己開始。儘管我還沒有註冊API密鑰。您何時需要Google Maps API密鑰?
我讀過的教程如Tutsplus - Getting creative with the Google Maps API說應該是第一步。
我應該有一行:
<script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY_GOES_HERE&sensor=true"></script>
但至少在從谷歌這個初始例如它工作得很好用:
<script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script>
我讀:
但他們並沒有真正回答我的更普遍的問題。何時需要註冊API密鑰?我沒有註冊並使用..js?v=3.exp
代替了什麼限制?有沒有其他的東西我應該使用...這兩個問題之一提到...maps/api/js?sensor=false
例如?