Skip to main content

Questions tagged [google-maps-markers]

Markers identify locations on the map. By default, they use a standard icon, though you can set a custom icon. Markers are designed to be interactive and are often used within event listeners to bring up info windows.

0 votes
1 answer
417 views

how to add marker over the polyline but after every 20 Km?

I am using the Google Maps in iOS.I have drawn a polyline between source and destination.Now i want to add markers in between the route but after every 20 Kms. Can anyone plz help me out that how to ...
J.Shaun's user avatar
0 votes
2 answers
77 views

Is it possible to alert user if a certain marker is on the route they have created?

I am creating a routing web app that contains markers for low bridges, I would like to alert the user that there is a low bridge on the route they have selected. I am aware it is not possible to ...
ajvr's user avatar
  • 61
0 votes
2 answers
966 views

Eclipse Plug-in Custom View Number of Markers

I've created a new Eclipse plug-in that installs a new View. After some operation I fill this View with Markers. The View only shows the first 100 Markers as in the following image: Eclipse Markers ...
Hesham Eraqi's user avatar
  • 2,502
0 votes
0 answers
77 views

OnClick event won't respond

I have a button and I have set it to respond on an OnClick event. So when the button is clicked, the code below is getting executed. I want the button to add a marker to the user's current location ...
Kristo's user avatar
  • 1,357
2 votes
1 answer
4k views

How to display only the international airports in google maps without getting any domestic or customs airports?

I used "airports" keyword in Google maps to display international airports. But I'm also getting the domestic and custom airports. Can any one tell me what is the correct keyword to get only the ...
user3286794's user avatar
0 votes
1 answer
169 views

Google Maps API Clustering nothing no map

I have been racking my head on this for hours and can not seem to get this to work. When this code gets ran nothing shows on the map, I have confirmed that the markerlist array is being populated into ...
Russell917's user avatar
0 votes
1 answer
1k views

Nokia here maps api: infobubble marker icon

I'm using "Nokia Here Maps" API trying to change the standard mark icon with a tooltip. I tried to use the property icon: url, but the icons don't change. Here is my ascriptive code: marker = new ...
user3098549's user avatar
  • 1,229
0 votes
1 answer
715 views

Show marker based on user-defined Lat/Long in Google Map on button click

First of, newbie here. SO please bear with my question. :) Let's say I have a location(lat/long) extracted from my database, and I want to use this location as the position of where the marker is ...
durtsarockz's user avatar
2 votes
0 answers
468 views

Google Maps API v3 : drag and drop a marker like the "street view" button

I'm still thinking of implementing a button to place a marker like the "street view" one. I know how to create controls and add them to the map but I can't handle the drag and drop. Have you ever ...
Super Guillaume's user avatar
0 votes
2 answers
1k views

A markers in PrimeFaces map

I will create a map with primeface gmap. I have this code in my jsf page as shown in PM show case website: <h:head> <title>Facelet Title</title> <script src="http://maps....
user3337888's user avatar
1 vote
1 answer
2k views

Replace google map MARKER with HTML element

I want to add a custom HTML element (that can become transparent dynamically) instead of a marker. Basically my html object would be a cirle (or rounded pin) with a picture of users in the middle. I ...
Stefano Vespucci's user avatar
5 votes
2 answers
17k views

Change Google Maps' Selected Marker or change marker's color? [iOS]

I am wondering if there is a way to change the color or image of the selected marker and then change it back when it is not selected anymore. I see that Yelp, which uses Apple Maps, changes the color/...
Chris's user avatar
  • 1,034
3 votes
1 answer
2k views

update content in InfoWindowAdapter on google markers Android

I'm trying to display a few points (points of interest) with custom InfoWindow in google maps android. My problem is that I cannot put different information in the different points. I'm facing ...
pdcc's user avatar
  • 365
4 votes
1 answer
632 views

Hide markers in Eclipse

I am developing an Eclipse RCP application and I have custom markers that I display on a diagnostics view. I want the filtering in my diagnostics view to affect the markers as well (if I hide the ...
RCO's user avatar
  • 53
2 votes
1 answer
676 views

Put image into Mapview Marker Callout

I'm creating an App with a Mapview and custom Mapmarkers, which works fine. What I would like to do is to add an image into the callout when the user taps one of the markers. ![enter image ...
gasparuff's user avatar
  • 2,295

15 30 50 per page
1
354 355
356
357 358
521