Top "Google-maps-markers" questions

Markers identify locations on the map.

Selecting last element in JavaScript array

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-markers
Resize Google Maps marker icon image

When 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-resizing
Auto-center map with multiple markers in Google Maps API v3

This 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-markers
Getting Lat/Lng from Google marker

I made a Google Maps map with a draggable marker. When the user drags the marker, I need to know …

javascript google-maps google-maps-markers
How to create a custom-shaped bitmap marker with Android map API v2

I 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-2
Google Maps API Multiple Markers with Infowindows

I 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 infowindow
Javascript, Change google map marker color

May I know a way to change the Google Map marker color via Javascript.. I am new at this and …

javascript google-maps google-maps-markers
Use a URL to link to a Google map with a marker on it

I 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-urls
How to move a marker in Google Maps API

I'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-markers
Change marker size in Google maps V3

I 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