如何使用 google-maps-for-rails 将颜色参数传递给 google maps api?我想根据一个值设置控制器内每个标记的颜色,所以有些是红色,有些是黄色,有些是绿色。我相信这是符号中的图标属性,正在查看:
https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions
另外,我想在标记内有一个 1-99 的数字,可以吗?到目前为止,我有这个。
@json = Device.all.to_gmaps4rails do |device, marker|
end
我已经为此苦苦挣扎了好几天,任何帮助将不胜感激。