How can I Get Google Map Api v3 key?

前端 未结 2 848
粉色の甜心
粉色の甜心 2021-01-02 04:58

I\'m trying to get the Google Maps API v3 key. I read a lot of tutorials all are about Google Map API V3 but when go to Google API console and in services I did not get this

2条回答
  •  臣服心动
    2021-01-02 05:44

    Have you seen this link ?

    • Visit the APIs Console at https://code.google.com/apis/console and log in with your Google Account.
    • Click the Services link from the left-hand menu.
    • Activate the Google Maps API v3 service.
    • Click the API Access link from the left-hand menu. Your API key is available from the API Access page, in the Simple API Access section. Maps API applications use the Key for browser apps.

    Then you have to use it in your webpages with

    
    
                                     
                  
提交回复
热议问题