I have this code : var markers = new Array(); markers[0] = new google.maps.Marker({ position: new google.maps.LatLng(45.910078, 10.838013),
I got a problem with deleting a marker on mouse click. Well, the thing isnt as simple as it seems. function addPoint(event) {
I\'ve a cakePhp website, I use prototype for all the ajax stuff, and jQuery for animation, ... I\'ve managed the jquery-prototype problem like this:
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
Amtrying to integrate goople map api with a jquery plugin- gMap. It looks good and simple. It needs latitude and longitude to produce dynamic maps.
I am clustering my markers together. When a user zooms in to the highest level I need to break the clusters up so that the user can view information for individual items. Given that the number of zoom
I\'m trying to draw a map with google maps javascript api in a custom web page. All what I\'ve found is how to paint over a map, but with a background map. I achieved to draw a map in localhost with
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 wonder whether someone may be able to help me please. I\'m trying to put some code together where I can load markers from a mySQL database onto my map with the markers falling into one of four cate
I have a c开发者_如何学Pythonustom map with an information bubble and custom markers. When I zoom into points of interest such as parks and universities appear and when I click an information window o