Google Maps shows “For development purposes only”

前端 未结 11 1824
旧巷少年郎
旧巷少年郎 2020-11-30 17:29

Google Maps show the message \"For development purposes only\" when I try to show it in my webpage:

How could I make this message go away?

My code i

11条回答
  •  甜味超标
    2020-11-30 18:18

    You can't use iframe tag in HTML, here's what you can do:
    * just go into google maps point out your location
    * click on "Share"
    * go to "Embed a map"
    * copy the HTML code
    * paste it in your HTML page
    * adjust height and width according to your requirement
    * run it

    This might work

提交回复
热议问题