Can I overlay Google Logo on map or move it to top right?

后端 未结 5 1845
我寻月下人不归
我寻月下人不归 2020-12-11 06:15

I am wondering if I could put an overlay element over Google logo on map, or change its place to top right. I have an example picture( link is below ) that I made overlaying

5条回答
  •  借酒劲吻你
    2020-12-11 07:09

    You could move the logo (or remove it) quite easily with CSS - it's positioned absolutely. If you examine the map with Firebug, you can find the id of the logo div.

    I wouldn't advise doing this, since it will break the Terms of Service (section 9.4)

提交回复
热议问题