Markers identify locations on the map.
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-markersI'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-markersThe following example shows a simple Marker (standard icon) on Google maps for the location and when clicking the icon, …
google-maps google-maps-markersIs 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-markersIn 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-addressI 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-2I'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-markersIs 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-markersI 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-markersHow 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