I've done some research into this but can't seem to find any usable code for what I need to happen on my google map. I have a XML file with database info that is used by google maps to put markers of events and locations on a google map, but some events are on different days/times at the same location and thus get overridden by the next marker at that site.
The method that seemed the best for this was a tabbed info window with the events listed as tabs. Another idea I found was exploding the markers and then being able to select them from there, but the current spider code seems a bit unorganized visually.
Are there any recommendations or links to some java script doing these things? Thanks!
私が思いついた方法 (ただし、必要なすべてのコードがわからない場合があります) は、マーカーを作成しているときに、別のマーカーに同じ LatLng があるかどうかを確認し、代わりにそのマーカーにタブを追加することです。これは if/else ステートメントになると思います。