简体   繁体   中英

How do I change/customize the icon for the pegman on Google Maps?

I have searched around stackexchange, but I only found questions/answers for changing the location of the pegman. Is there a way to change the source image for it? I have tried affecting the style like this:

#map-canvas > div > div:nth-child(8) > div:nth-child(2) > div:nth-child(4) > img:nth-child(1) {
    background:url(images/man.jpg);
  }

but it's not showing any changes. I can't seem to find it here either: https://developers.google.com/maps/documentation/javascript/reference#StreetViewService

Pegman图标是Google Streetview品牌的一部分,无法更改。

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