如何在Google地图上更改/自定义街景小人的图标?

时间:2015-07-01 02:13:41

标签: javascript css google-maps-api-3

我搜索了stackexchange,但我只找到了改变街景小人的位置的问题/答案。有没有办法改变它的源图像? 我试过影响这样的风格:

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

但它没有显示任何变化。我似乎无法在这里找到它:https://developers.google.com/maps/documentation/javascript/reference#StreetViewService

1 个答案:

答案 0 :(得分:0)

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