简体   繁体   中英

Google maps Google logo

Is there a (documented) way to change the Google logo (not hide) in Google Maps API v3?

By default it uses:

1

But I have seen implementations showing the map with this logo:

2

A custom maptype will currently result in the white logo:

map.mapTypes.set('styledmap', new google.maps.StyledMapType(myStyledMap));
map.setMapTypeId('styledmap');

(as opposite to defining the styled map while constructing the map object)

There is no API-option to change the logo.

The used logo depends on the used maptype(eg for "satellite" you get the white logo )

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM