Top "Google-maps-markers" questions

Markers identify locations on the map.

Android Google Maps API v2 - how to change marker icon

I am trying to change marker icon. I get the image from one server directory. When I put break point …

android google-maps icons google-maps-markers
Removing a Marker in Google Maps API v3

I'm trying to remove a marker that was initialized like this: marker = new google.maps.Marker({ position: latLng, map: map, …

javascript google-maps-api-3 google-maps-markers
Google maps open info window by default?

The following example shows a simple Marker (standard icon) on Google maps for the location and when clicking the icon, …

google-maps google-maps-markers
Google Map API V3: How to add Custom data to markers

Is there a way I can add some custom information to my markers for later use. There are ways to …

google-maps google-maps-api-3 google-maps-markers
Place Markers from Name, Address and Post Code

In my domain model, for the entities in question, I have the: Name of the place (e.g. Waterstones Wakefield) …

google-maps-api-3 google-maps-markers street-address
Adding multiple markers in Google Maps API v2 Android

I want to add multiple markers in my map, but I don't know the way. At the moment, I'm using …

android google-maps google-maps-markers google-maps-api-2
Google maps v3 draggable marker

I'm new in google maps, and I'm trying to learn it. marker = new google.maps.Marker( { map:map, draggable:true, …

google-maps-api-3 google-maps-markers
Is it possible to write custom text on Google Maps API v3?

Is it possible to write a custom text on Google Maps API v3 next to the marker, or I can …

google-maps google-maps-api-3 google-maps-markers
How can i show label/title for marker permanently in Google Maps V3

I want to display Markers on Google map with title displayed under them as shown in picture Now this i …

google-maps-api-3 label google-maps-markers
Google maps: place number in marker?

How can I display a number in the marker on a google map? I want to do server side clustering …

javascript google-maps gis google-maps-markers