Google Map Marker (using in making Google Maps)
-1
votes
0answers
15 views
Google Maps API V3. Delete default Marker
I use the Google Maps API v3 Javascript.
I know add or delete a marker or an array with :
MarkerLocation = new google.maps.Marker({
...
...
});
and
Marker.setMap(null);
But I want to remove a ...
0
votes
0answers
9 views
marker clusterer doesn't cluster
I have a problem with the MarkerClusterer: I don't get a Cluster. Every marker ist still by his own! FireBug can't help. http://gmaps-utility-library-dev.googlecode.com/svn/tags/markerclusterer/1.0/ ...
0
votes
0answers
13 views
Google maps markers not displayed in Chrome
Since the latest version of Chrome (27.0.1453.93 m / Windows 7) Google map markers in the Chrome browser will no longer be displayed. In IE10 and Firefox everything works fine.
Example (Google code ...
0
votes
0answers
19 views
Custom GoogleMaps Marker monotouch
Hi I would use a custum Marker with GoogleMaps ios SDK in particular, I would always display the title, because when I click the marker change the CameraUpdate or if possible add a new UILabel
thank ...
0
votes
3answers
36 views
How to rid repeating lines in Javascript?
I have a Javascript file which adds markers to a custom Google Map, and this is the code I have:
var locations = [
// Bloor Station
new google.maps.Marker({
position: new ...
0
votes
1answer
71 views
Android Google Map - Clicked marker opens new activity or bigger window
I've been searching for help on implementing OnMarkerClickListener but nothing I've found has worked. This is my marker below and when clicked it only changes colour(light blue). I'm looking for it to ...
0
votes
0answers
14 views
Add a marker that tracks the user with WatchPosition to this code
I have cobbled together this code and I need to be able to add another marker to the map that tracks the users location with WatchLocation. The code I have is probably not very well written but could ...
0
votes
0answers
50 views
Displaying dynamic content in Google Maps API (in the map… NOT infoWindow)
Background: Currently, the code I am working with, displays a custom icon and as data it shows an image file(company image/logo). If I click on the icon, the infowindow popus up and I can see the html ...
0
votes
0answers
18 views
set value on marker when click on it display there value
i am try to set marker on gmap.
like cluster.
use code:-
function all_get(){
var array_get = region_get;
var array_get_lng = region_getlng;
var region ="Rajkot,Jamnagar,Surat"
...
0
votes
0answers
9 views
Google maps api, check if a point is under a ground overlay
I've a google maps api with a ground overlay of a network coverage.
Is'it possibile to check if a point in "covered" ?
Thanks
0
votes
1answer
38 views
spit string and set them to map as a marker
i am try to create marker on map.
i am use bing Map
i have two string with comma separate.
in two different variable.
var Region = "Pune,Kolkata";
var Activity = "Cricket,One Day";
i am try this ...
-3
votes
0answers
32 views
set markers on map using javascript
i have two string in diff. two variable.
var Region = "Kolkata,Pune";
in Region Contains Region.
var Activity = "Cricket,One Day";
and Activity contains Two Activity.
now i want to set this ...
-4
votes
0answers
26 views
I can't seem to change my map marker icon [closed]
this is pretty urgent so hope someone can help. I have followed the demo to the letter over on the Google custom/simple icons demo page and just changed the coordinates and address to the custom ...
0
votes
0answers
42 views
In street view google map draggable marker is going to smaller when drag to top side. How to stop it to do not make smaller
Googke map Marker. In street view google map draggable marker is going to smaller when drag to top side. How to stop it to do not make marker image smaller when drag to top side.
Anybody can help ...
0
votes
0answers
25 views
JS Leaflet: Passing touch/drag events to underlying marker
I am using Leaflet with the Label plugin (https://github.com/Leaflet/Leaflet.label). It works nice expect for the fact that when a label moves above a marker the marker is not clickable/draggable ...
1
vote
2answers
60 views
How to know which Marker was clicked on Google Maps v2 for Android?
I am making an application with a Google Maps on it, for Android. I have plenty of Markers on my screen and I am preparing customizable balloon for each marker when they are clicked. This means, I ...
0
votes
1answer
34 views
Having an issue with displaying a map marker
I do not know what is wrong with my code for displaying a map marker for my address. I have looked on the google development site as well as blogs and stack overflow posts but seem to not be able to ...
0
votes
1answer
19 views
Google maps search to get lots of results at once
I want to know if there's any way to get my map to show many search results like this one on their http://maps.google.com.
For example, if I search for "restaurants japan", I would like my map to ...
0
votes
1answer
122 views
zoom to fit all markers on map google maps v2
I wan to set zoom level to fit all markers on the map. I have used following method as said by many people.
but it is not working for me. it is displaying some other point.
if (positions.size() > ...
0
votes
0answers
35 views
Google maps API - Put marker on a button
In the user interface (Maps / My Map / Create new map) the marker, plus some other features, appear as a set of buttons at the top of the map. (At 47 secs on the 'how to' YouTube video ...
-1
votes
0answers
37 views
fetch street , city , country , zip from google map marker.. Geo coding and Reverse Geo coding
I'm trying to use the Geo Coder and Reverse geocoder in same form. the Geo coding is working. i don't how to reverse the process.
so the user has a marker, he moves this marker and the street,city,
...
0
votes
0answers
36 views
Google Maps using MarkerManager to prevent duplicate markers
I have implemented the marker manager on my application to prevent duplicate markers every time i click on a button, however multiple markers still get added to the map.
Can some one point out to me ...
0
votes
0answers
116 views
Google Maps API v3 and jQuery adding multiple markers by mouse
I tried to make a jQuery Mobile test program where the user can add multiple markers to a Google Map by right clicking mouse over the desired marker location. Marker appears to the right location but ...
1
vote
3answers
51 views
Using Ajax call to place several custom markers on Google Map
I have an Ajax function that gets an array of markers data from the database and displays it on a Google Map. I was sucessful at getting one marker to display however i placed the ajax function on a ...
0
votes
0answers
21 views
Do we modify our information window dynamically?
I have lot of markers on my map (using google maps api v2 for android) each pointing different place with different name, I have made custom info window with image view and text view.
Now i want to ...
0
votes
1answer
55 views
How does Google Maps Android API v2 decide the order of coincident markers?
I've looked through all the existing questions on this topic and while many say there is no way of changing the z-order of markers on Google Maps (Android API v2), I was wondering how Google Maps ...
0
votes
1answer
27 views
jQuery how to align a div using event coordinates?
I have a map with Earth and I want to set the marker exactly where the user is clicking (like on google maps).
<div class='map_wrapper'>
<div class='marker'></div>
<img ...
0
votes
2answers
260 views
Map Marker icon animation (Google Maps API V2 for Android)
On a custom event, I need my Marker to update its drawable 6 times (basically, I want the Marker to grow and shrink 3 times with a delay of 0.5 s between each growth and each shrink) so it notifies ...
2
votes
2answers
206 views
move marker on google maps api 2
How do I move marker on Google maps api V2 ? I am using below code but it does not move marker on the map. What am I doing wrong here ? according to me, this should work when location changes - so I ...
2
votes
1answer
95 views
Putting an arrow (marker) at specific point on a path when using the d3 javascript library
I am working currently on a graph visualization and I use SVG and the D3 library. I was asked by our designer if I can put the arrowheads of the edges of the graph on a position corresponding to 80% ...
0
votes
0answers
11 views
Search in Google Map v2 with marker
How Can I Geocode/Search a location or a certain place/point in Google Maps V2 Map Fragment
and then,place a marker on that point of the mapfragment.
0
votes
0answers
45 views
marker dragend event doesn't work
I have this code:
the code in function() of 'dragend' event doesn't execute and the latFld and llgFld in the document doesn't update
any help ?
var map;
var marker;
function initMap()
...
0
votes
0answers
43 views
Submiting Marker Values Google Maps
Hi i am trying to submit the latlng values of a draggerble marker to the database using a Submit button. However , i can not get the input of the latlng. I have tried to have input type id as ...
0
votes
0answers
15 views
Marker a ListView Element after clicking an item in a ContextMenu
im a beginner in android, so please be patient.
I managed to add a Context Menu that pops up while long clicking on an item in a ListView.
I want to mark the item which was clicked in the ListView ...
0
votes
1answer
124 views
android marker custom infowindow
I am using Google Map V2
I need to show the ListView (custom ListView with Image) in custom InfoWindow. I tried it and got success only in View, the problem is i can't get the listItemClick event.
...
0
votes
1answer
68 views
postgresql: implementation of hierarchical tree
I have been struggling with marker-clustering problem with 1000+ markers (that should be put on a Google map). I am not very keen on rendering large JSON structures with all the markers, neither I am ...
0
votes
0answers
53 views
Show custom marker in custom ruler column (Eclipse plugin)
I'm breaking my head for the last two days trying to show custom marker/annotation on custom ruler column in my eclipse plugin. I've seen some threads also here, but non answers my problem. So the ...
0
votes
0answers
17 views
rails marker id link information to index
Hi I'm a bit stuck with a project in rails. I've got a google map with markers, each marker has an id which is being passed into json. everything so far is ok when i look at the console the id is ...
0
votes
0answers
71 views
Add simple marker or pin on image
How to add marker or pin on image? please any one can provide some links or any lead? I found a previous question like this, but I didn't get the point, hope anyone can help me.
1
vote
2answers
89 views
Get Address when click on Marker - Google Maps
I need some help.
I loaded some point from database and displayed them on Google Maps as markers.
My code:
function DisplayTraficCir(points) {
for (i=0;i<points.length;i++){
var myLatLng = ...
-1
votes
2answers
29 views
Multiple Markers - GoogleMapsAPI 3
in the beginning i want to say, that
1. my english is not be best (im form germany(but i hope so that you can understand what i want to say :)
and
2. i know that there are many of these questions are ...
0
votes
0answers
84 views
Google maps marker, with added directions code not showing
I seem to be having trouble adding a marker to one of my maps that I have created and I just can't seem to figure out where I am going wrong with it.
The map has been added to the site fine, and I ...
0
votes
2answers
131 views
How to center map on marker click to show whole InfoWindow
Ok, by default on marker click, marker is centred on the map. The problem is, that i have high infoView, inflated from layout, and it show out of map bounds. What can i do, to center pin horizontaly, ...
0
votes
0answers
53 views
Mark country on map based on name Google Maps V2 Android?
I have included google maps v2 in my app and I was wondering is it possible to pinpoint a country on the map by providing the country name? For example I might want to pinpoint France on the map ...
0
votes
1answer
56 views
Adding image to google maps marker for this code
I'm trying to add custom image to marker on this code but I don't know how. I tryed adding new var z and put into image but it's not working. I found more and more codes for similar thing but this ...
0
votes
1answer
88 views
Google maps doesn't show markers
I'm trying to build a webapp that uses Google Map api to show data from the server. It works fine but I need to refresh the page to populate the map with markers.
Here is what my code looks like:
...
0
votes
0answers
46 views
How to speed up realtime plot MATLAB
This is part of a script which creates a figure plot with 4 markers. Now I have a matrix, and I want to real-time ,constantly change the markers colours and size according to the matrix values.
The ...
0
votes
0answers
43 views
Google Map API V3 - Marker library issue
I had interesting issue with markers, custom markers were broken on hover event.
I assumed it could be related to google api changes...BUT, I'm using version 3.3 which is frozen.
After few days ...
4
votes
1answer
408 views
how to make the content in the marker info window clickable in android
I am using a custom layout to be displayed as Infowindow when clicked on map marker in android.
In the above picture, when I clcik on EditText to enter the name, I did observe that Edit Text is ...
1
vote
1answer
71 views
How to display EditText on marker InfoWindow on map in Android
I am trying to display EditText(To take input from user and perform some operation).
In the above image, I want the EditText control to be displayed in the Hello world info window. Please suggest ...








