Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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 Google logo. Please help to give some solutions with this issue! Thanks!

Example image: Overlaying google map logo

like image 375
Sinal Avatar asked Dec 28 '09 07:12

Sinal


1 Answers

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)

like image 186
Chris B Avatar answered Oct 15 '22 09:10

Chris B