Top "Google-maps-markers" questions

Markers identify locations on the map.

How do you create a Marker with a custom icon for google maps API v3?

I've been reading https://developers.google.com/maps/documentation/javascript/overlays for a while now and I can't seem to …

javascript google-maps-api-3 google-maps-markers
Google Maps API: open url by clicking on marker

I want to open a new window by clicking on a marker using Google Maps API 3. Unfortunately there are not …

javascript google-maps google-maps-api-3 google-maps-markers
google maps v3 marker info window on mouseover

I have scoured stackoverflow and other forums including the google maps v3 api docs for an answer but I cannot …

google-maps google-maps-api-3 google-maps-markers mouseover google-fusion-tables
List All Google Map Marker Images

Do you often use image marker from google or copy it to your server? Where I can get all images …

google-maps google-maps-markers
How to change icon on Google map marker

I want to use my customize icon on Google map, and added icon url on the code. But it's still …

javascript google-maps google-maps-api-3 google-maps-markers
Marker content (infoWindow) Google Maps

I'm trying to add infoWindow's to multiple markers on a Google Map. The closest I have come is to get …

javascript google-maps google-maps-markers infowindow
Draw path between two points using Google Maps Android API v2

Google changed its map API for Android and introduced API V2. The previous codes for drawing path are not working …

google-maps path google-maps-markers routes google-maps-android-api-2
How to change the position of marker from a javascript function?

I have to change the position of a marker on Google map from a javascript function. How can I achieve …

google-maps google-maps-markers
Android Google Map - Clicked marker opens new activity or bigger window

I've been searching for help on implementing OnMarkerClickListener but nothing I've found has worked. This is my marker below and …

android google-maps google-maps-markers
Using setZoom() after using fitBounds() with Google Maps API V3

I'm using fitBounds() to set the zoom level on my map too include all the markers currently displayed. However, when …

javascript google-maps google-maps-api-3 google-maps-markers