向Google Maps API添加其他功能

时间:2016-02-04 12:05:25

标签: javascript jquery html google-maps google-maps-api-3

继续之后:

How to connect list of places with Google Map Points

我正在添加功能,通过单击引脚本身或相应的li来更改活动引脚的颜色:

https://jsfiddle.net/31b2tbpu/30/

我添加了这个(与infoWindow对象类似,但改为使用标记对象),但它似乎不起作用?

marker.icon("http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%E2%80%A2|34BA46");

1 个答案:

答案 0 :(得分:0)

没有名为icon的功能。 使用这个

marker.setIcon("http://chart.apis.google.com/chart?chst=d_map_pin_letter&chld=%E2%80%A2|34BA46");