I want to clear a marker on Google Maps. What is the difference between marker.setVisible(false) and marker.setMap(null)?
How do I implement the red dots as seen on the Google Map linked below: Red Dots UPDATE I\'m using Google Maps version 3 (not 2)
I\'ve built a Google Map window that uses two tile layers. The opacity of each layer can be adjusted dynamically using javascript. When I adjust the opacity of a tile layer, all child controls includi
I have a map that dispays markers. If the user clicks on a marker a popup shows up. A method calculates wheather there is a marker at the clicked p开发者_StackOverflowosition.
I havelot of markers on my map. Zooming in each marker shows me a position. but zooming out the markers are overlapping each other and it is more difficult do determine the position of a marker.
I am using Google Maps API v3 on a website I am developing. I have a drop-down box beneath my map which allows the user to switch between different sets of markers to be displayed on the map. Each mar
I\'m trying to add a letter to my marker and then have multiple markers (14 to be accurate) with letters. l have so far done this without success. I\'m a complete novice with code and google API.
How get HTML element from Google maps marker (v3)? <div style=\"overflow-x: hidden; overflow-y: hidden; position: 开发者_JS百科absolute; background-image: url(...); top: 62px; width: 70px; height:
I have a spreadsheet full of street addresses and I want to add them as pin points on a google map. Can anybody tell me if they must be converted to a geo-code to work with the google maps API?And if
I\'m currently writing an app displaying a MapView showing a google map. i used the \"hello map view\" tutorial from http://developer.android.com/resources/tutorials/views/hello-mapview.html and this