gpt4 book ai didi

javascript - 如何更改谷歌地图巴士站的默认图标?

转载 作者:行者123 更新时间:2023-11-30 16:47:11 26 4
gpt4 key购买 nike

如何使用 javascript 更改此公交车图标?更改标记和路由颜色等很容易,但是如何更改下图中显示的图标?

How to change this icon?

最佳答案

没有基于 API 的方法来更改这些图标。

一个选项是使用 CSS,例如使用您的头像而不是图标:

  /*this will hide the bus-icon*/
img[src="https://maps.gstatic.com/mapfiles/transit/iw2/6/bus.png"]{
width:0 !important;
}

/*use a custom icon as background for the span which follows the icon*/
img[src="https://maps.gstatic.com/mapfiles/transit/iw2/6/bus.png"]+span{
background:url(http://i.stack.imgur.com/8lcVw.png?s=32&g=1) no-repeat;
background-size: 16px 16px;
padding-left:18px;
}

但这只是一种解决方法,只有在这些工具提示的标记或图标的 src 不变的情况下,它才会起作用。

关于javascript - 如何更改谷歌地图巴士站的默认图标?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/31071108/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com