google-maps-api-3
How to close all opened markers?
I have this code : var markers = new Array(); markers[0] = new google.maps.Marker({ position: new google.maps.LatLng(45.910078, 10.838013),[详细]
2023-04-06 19:38 分类:问答Google Maps Api - Deleting marker with mouseclick
I got a problem with deleting a marker on mouse click. Well, the thing isnt as simple as it seems. function addPoint(event) {[详细]
2023-04-06 17:23 分类:问答Weird prototype-jquery problem when using a google maps
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:[详细]
2023-04-06 16:38 分类:问答Google Maps V3: Marker Images displayed in incorrect position after map drag and zoom
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[详细]
2023-04-06 16:10 分类:问答Is there any webservice or Jquery plugin to get longitude and latitude
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.[详细]
2023-04-06 13:19 分类:问答How do I detect when a user is at the maximum zoom level? (google maps v3)
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[详细]
2023-04-06 11:55 分类:问答google maps javascript custom surface
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[详细]
2023-04-06 08:28 分类:问答Is it possible to use several images as the Google Maps v3 MarkerImage?
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.[详细]
2023-04-06 06:03 分类:问答Toggle Map Markers
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[详细]
2023-04-06 06:01 分类:问答Disable point-of-interest information window using Google Maps API v3
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[详细]
2023-04-06 04:31 分类:问答