i am changing my polyline color on click my code,
GEvent.addListener(polyline, "click", function() {
polyline开发者_运维百科.setStrokeStyle({ color: "#FF0000" });
};
How can i change the marker color on click ??
Hopes for your reply...
You'd need to use custom Icons to achieve that.
Same question: How can I change the color of a Google Maps marker?
精彩评论