I have never worked with Google maps API. For the school project I am working on; I need to get a direction between two locations (this is easy part and I think I can do this),
I am currently developing a kind of google maps overview widget that displays locations as markers on the map. The amount of markers varies from several hundreds up to thousands of markers (10000 up).
I have many map markers with the exact same lat/long cords so no matter how far in I zoom my map still shows the marker cluster and the number of results.
I want to be able to plot several companies on a google map and understand I need to geocode these. I also have the code below that plot\'s multiple markers on a map.
I\'m adding a collection of markers to a map in the v3 api.Everything works fine, but when I drag the map (enough so the markers are off the screen), zoom in, and then drag the map back to the origina
I\'m trying to make some custom Google maps info windows, but I\'m getting the issue where markers underneath my custom info window is clickable through the info window.
I want a map marker composed of three images. Two images will be the same across all markers where one is variable. There doesn\'t seem to be a way to specify multiple images on the MarkerImage class.
I have an issue with my MarkerClusterer. When i was 400 markers, cluster appears, all worked. But now i have moire than 600 markers and cluster don\'t appear.
I need to add custom markers to a mapview. First question : is there a standard/default overlay/marker that I can use ?
I have GoogleMaps integrated into my site. I\'m having a problem pulling my info from my JSON file into the Info Window when the markers are clicked.