Markers identify locations on the map.
I'm making an application that updates a user's location and path in real time and displays this on a Google …
javascript arrays google-maps google-maps-markersWhen I load an image into the icon property of a marker it displays with its original size, which is …
javascript google-maps google-maps-markers image-resizingThis is what I use to display a map with 3 pins/markers: <script> function initialize() { var locations = [ ['DESCRIPTION', 41.926979, 12.517385, 3], […
javascript google-maps google-maps-api-3 google-maps-markersI made a Google Maps map with a draggable marker. When the user drags the marker, I need to know …
javascript google-maps google-maps-markersI am developing an Android Application where I'm using Google Map API v2. I need to show the user location …
android google-maps-markers google-maps-android-api-2I am trying to add multiple markers each with its own infowindow that comes up when clicked on. I am …
javascript google-maps google-maps-api-3 google-maps-markers infowindowMay I know a way to change the Google Map marker color via Javascript.. I am new at this and …
javascript google-maps google-maps-markersI want to link to google maps at a particular location with a marker on a particular point. It's easy …
google-maps google-maps-markers google-maps-urlsI'm using the Google Maps API V3 and I'm trying to make a marker move across the screen. Here's what …
javascript google-maps-api-3 move google-maps-markersI am using this explanation of how to color a google maps marker by setting the icon using a MarkerImage, …
google-maps-api-3 google-maps-markers