1
vote
1answer
175 views

Google maps api, several moving markers using a csv file containing the coordinates

I collected 5 sets of coordinates of moving vehicles and I want to play the scene using googlemaps API showing those 5 vehicles moving. The sets are saved in a postgresql table. is it possible ? if ...
2
votes
0answers
208 views

how to show information window for the marker cluster

This is my markercluster code : i need information window for the markercluster icon as well as marker icon, i have another cluster.js file, can some one please tell me how can i show the information ...
0
votes
0answers
123 views

MarkerCluster Zoom out problem google map v3

I want the marker cluster to disappear after a certain level of zoom. Now the problem is if i write it on the zoom_changed event of the map, it conflicts with the markercluster.js. This is because, ...
1
vote
1answer
334 views

Offset Google markers at the same address

What can I incorporate into my current code below to offset markers, as markers at the same address don't show. Here's example http://www.mediwales.com/mapping/test UPDATE: I've changed the way the ...