Tagged Questions

Markers (instances of google.maps.Marker) identify locations on the map. By default, they use a standard icon, though you can set a custom icon within the marker's constructor or by calling setIcon() on the marker. Markers are designed to be interactive. By default, they receive click events, which ...

learn more… | top users | synonyms

0
votes
0answers
4 views

How to remove from google directions right section of polyline under clicked marker?

I have infinite polyline in google directions which got with help in stackoverflow: How to make infinite polyline in google directions and fit draggable markers to the line?. Now I trying add ...
0
votes
1answer
10 views

Display Custom Marker in Google Maps Using Relative File Path

I am using Google's Javascript APi v.3.0 to develop a web app. I want to be able to display custom markers, but they don't show up when I try to add them. I've written a helper function in Javascript ...
0
votes
1answer
27 views

Trouble with Checkboxes in google maps api 3

I am trying to display a large amount of markers on a google maps page embedded on my website. Currently, I have the map and the markers working, but I am also trying to be able to sort through these ...
0
votes
1answer
30 views

Changing the name of location in embeded Google Maps information bubble

I am embedding a Google Maps in my site, but I would like to be able to change the name in the information bubble to a name other then 'Address' for an example I want to change the 'Address' in the ...
0
votes
0answers
8 views

url parameters for markers in google maps

Is it possible to change the marker color or marker size icon directly in the url http://maps.google.com/maps?q=loc:24.197611,120.780512 by introducing further parameters?
0
votes
0answers
26 views

Google map marker doesn't show up

I was hopping that putting the question in here you guys can help me. I've a map, it works but it's terribly slow. The markers aren't working. Can you spot anything wrong on my code? I've got a not ...
1
vote
1answer
29 views

Confine dragging of Google Maps V3 Marker to Polyline

I've created a Google Map and have drawn a polyline on it. I've then added a marker to the start of the polyine (same coords as the starting coords of the polyline). What I'd like to be able to do, ...
0
votes
1answer
43 views

Adding dynamic content to Google Maps marker

I am trying to create a google map with custom icon markers. I need to be able to add dynamic text to the actual marker. In other words is there anyway to add a div? I need to add prices from xml to ...
1
vote
1answer
85 views

Google Maps api v3 (Javascript): Image in infowindow

I am trying to build a website and I want to have a map that has several markers (with different color) filtered with a checkbox. I am working on this example: ...
-1
votes
1answer
47 views

Why won't the Google Maps API add markers?

I'm using the following code to try and add a map to a div and place a marker at the user's current location. It's the first time I've tried anything like this and I've been playing around with it for ...
0
votes
0answers
21 views

Multiple markers on one location

I have the following problem: I have three google map markers which point to the same location, and I need to show all of them and their infowindows, not just one. I have seen examples where a marker ...
0
votes
2answers
36 views

finding closer points to create markers on google map

I have a multidimensional array of latitudes and longitudes, and one other single marker "m". I need to get the two most closest points to "m" from the array for creating two other markers. Any help ...
0
votes
1answer
41 views

How to place markers on a preexisting polyline?

A polyline is already been drawn a map, but how can markers be placed on it? Current code: map = new google.maps.Map(document.getElementById("map-canvas-tour"), mapOptions); loadShowDates(); var ...
0
votes
2answers
29 views

Google Maps Javascript v3: checkboc for markers won t work [closed]

Hi there and greetings to all, I am trying to have a checkbox for my markers categories on my map (google maps api v3) I want to make something similar like this example ...
0
votes
0answers
20 views

How to use different images for different points on google map in android?

How to use different image for the second point on the map package com.Android.WiC_MobileApp; import java.util.ArrayList; import java.util.List; import com.Android.WiC_MobileApp.MapMarkerActivity; ...

1 2 3 4 5 39
15 30 50 per page