Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は gmaps4rails V2 を使用しており、グリッド サイズを変更する MarkerClusterer のデフォルト動作を再定義しました。どうすれば目標を達成できますか?
ありがとうクラウディオ
わかりました、私は自分で答えを見つけました:
handler = Gmaps.build("Google", { markers: { clusterer: {gridSize: 30, maxZoom: 15} } })
ハッピーマッピング:-)