How to use google maps simple api on localhost

后端 未结 3 983
陌清茗
陌清茗 2020-12-28 17:25

I have requested a link for embedding google maps on my website on

https://developers.google.com/maps/documentation/embed/start

and have au

3条回答
  •  清歌不尽
    2020-12-28 18:13

    As Dominik said, go here:

    https://console.developers.google.com/project/%your-project-name%/apiui/apis/library?q=google%20maps

    Enable both APIs:

    • Google Maps Embed API
    • Static Maps API

    Then go here: https://console.developers.google.com/project/%your-project-name%/apiui/credential

    • Create New Key
    • Browser Key

    And you're done.

提交回复
热议问题