Tagged Questions
0
votes
1answer
32 views
How to display markers on google maps from sqlite database on Android
Firstly sorry for my bad english. I want to make a program that displays markers on google maps api v2 (android) taking coordinates from SQLite database. Do you know any examples, I am a novice in ...
0
votes
1answer
26 views
How to populate google map with multiple markers from JPA database
I have a JPA data object from a table that includes longitude, latitude, location name among other data. I need to display multiple google map markers on a JSF webpage. I will be very grateful for a ...
0
votes
2answers
52 views
how to add different images in different information window for different markers in google maps api v2 for android
i have made lot of markers now i want each information window of marker must be unique i have written xml for information window but its not working aaccordingly everytime a single image shows up.
...
0
votes
1answer
57 views
Infobox Google maps
I need to add custom markers to each infobox, also I need the infobox to show onclick how can I do this?
Hope someone can help, Im new to custom google maps.
Here is the link to the site ...
0
votes
1answer
116 views
google maps multiple markers clickevent
Im looping and placing some markers, but when i click a marker, they all respond with the same value
Here is my code
for(a=0; a < prod.length; a++){
// we add marker to map
var ...
0
votes
1answer
61 views
How to make an on-the-fly refresh on Google Maps v2
I'm using Services do calculating the LatLng from some addresses stored in a database. When I have a lot of addresses, it's slower to calculate and when I open Google Maps, it doesn't have all the ...
0
votes
2answers
61 views
Marker doesn't show in maps api V3
Why does my marker not appear?
I also tried without the line "marker.show", but the marker just seems not to appear.
<html><head><meta name="viewport" content="initial-scale=1.0, ...
0
votes
1answer
69 views
Clearing Markers from Google Direction Service
I'm using the Google Direction Service to retrieve the lat+lng of the route, then pass the latlon to a php file and return markers via a xml file.
This all works fine, apart from I cant clear the ...
0
votes
0answers
32 views
Google Maps showing only a few markers
I've a database with over 200 addresses (and this is only a part of the db, which has got over 60000 addressed).
I use PHP to create a query and populate an array, which is used by javascript to ...
0
votes
1answer
92 views
Google Maps API marker loop not changing title properly - Javascript
I've been searching stackoverflow and the rest of the web to no avail. I am a novice programmer and I'm completely stuck on this problem.
I have an array that is structured as follows:
AddressA
...
0
votes
1answer
62 views
Google Maps. Placing Markers with an interval
I've been trying to get the code working for hours. It seems to me that everything is ok, but it doesn't work. The markers keep showing up at the same time.
I'd really appreciate if you could point ...
0
votes
0answers
58 views
Google Maps API Suddenly Stopped Showing Markers in Wordpress
This is a strange one... I am using Google Maps API with Wordpress and suddenly my markers stopped showing up on certain pages. The odd thing is that when I asked Wordpress to load the meta data for ...
0
votes
1answer
100 views
In google Maps API V3, How can I Prevent markers from repeating on x axis without using the limiting panning solution?
I've been looking all over for the answer to this and I know that there is a way because leaflet does it in their framework. The thing is I am already using the Google APi and cannot turn back ...
0
votes
0answers
72 views
Google maps V3 how to make labeled markers like mike purvis made on V2
I use a extended Labeled Marker class from Mike Purvis on my maps API V2, they are very useful and friendly for my visitors. They allow tiny labeled-clikable markers which you can see in this map of ...
1
vote
1answer
281 views
Here/Nokia Map markers not always shown
I have a few map markers that are located all over the place and I want to auto zoom to show them all.
The code I have should work fine but sometimes (seems to depend whereabouts the map markers are) ...
0
votes
0answers
226 views
Various marker icons for Google Maps API
I'm trying to create a map with various icons based on 'type'. For one, my markers are all the Default and wont change; and two, when I specify more that two marker images, my whole map just turns ...
3
votes
1answer
390 views
Adding multiple markers on a Jquery-ui map
I am trying to add multiple markers and their associated info window to a jquery-ui-map, and I can't reach any result.
I tried this :
$('#map').gmap('addMarker', {'position': '<?php echo ...
0
votes
0answers
67 views
navigate between markers in google maps on iPhone [closed]
I have created a personal map in Google Maps with over a hundred markers. What I would like to do is go from one marker to the other using Google Maps on my iPhone. I would expect I could use the ...
1
vote
2answers
981 views
Google Maps API v3 multiple clickable markers
I'm trying to put multiple markers on Google Maps but making them each refers to an URL. I put all the markers in a loop but only the last one is executed. I want all of them to work.
Here is my code:
...
0
votes
0answers
120 views
adding marker icon and info box
I am trying to add a custom icon/marker to this existing code (just struggling) and want to be able to make the marker clickable to display a info box. CAn someone looks at my code - the code works ...
1
vote
0answers
139 views
Hiding google map v3 markers. What am I doing wrong?
I am trying to hide a selected category of google map markers when an external javascript function hidetype() is called. To no avail.
I took the general concept from: ...
0
votes
0answers
218 views
using fitBounds to center several markers in one single google map, but when there is only one marker, there is too much zoom IN and cannot be change
I need to show a map with many markers and I wanted to autoresize the map accordingly.
as I already found the solution for this in this site, I add the lines
bounds.extend(myLatlng); ...
0
votes
1answer
472 views
Goolge Maps API v3 Markers from XML not showing up
I'm trying to place markers on a map. These markers are obtained from an XML file that is read in onload:
<stations>
<station name="AKRON" state="CO" lat="40.150" lon="103.150" ...
0
votes
0answers
142 views
Google Maps API V3: Route existing markers?
This is for a route-planner. I am using a rightclick event for users to add custom markers along a proposed route. After the markers have been added, how can I generate a route that 'connects' those ...
1
vote
0answers
66 views
Does Google Maps API allow for interactive links/paths?
I have a Java-based app that is currently using JXMapViewer to display an OpenStreet map as the backdrop to a bunch of interactive vertices (with lat/long attributes) and edges (the vertices and edges ...
0
votes
0answers
5 views
How do I use /ms? and /maps? at the same time, so that I can put a marker on a My Place from the URL?
How do I use /ms? and /maps? at the same time, , so that I can put a marker on a My Place from the URL?
For example, how would I combine (or get the same results using a URL):
...
0
votes
1answer
425 views
Adding multiple markers on Google Map with a title and position and have it change image on click
Here is what I have. It doesn't work at all when I uncomment the setMarkers function. I have 75 markers to add with different titles and positions so I need an efficient way to do this. Also, each ...
2
votes
0answers
246 views
Google Maps API v3 repeats markers on custom map
I have this problem for a while now, I have searched the web for answers, but I could not find a good answer related to my problem.
You can see that I render my own set of tiles. The problem is ...
0
votes
1answer
533 views
How to add two markers on map for source and destination in Android
I'm new to android programming, what I want to do is get location from two EditText source and destination and mark them on the map below, I am able to mark one marker on the map from a EditText on ...
0
votes
1answer
427 views
Google Maps API v3 custom markers not appearing
I want to display on my website something similar to google maps transit directions, so I am trying to display multiple different types of directions on the same map. For exmaple, I want to show a ...
0
votes
1answer
284 views
Google Maps APIv3 about handling multiple markers
I have some code I put together and I see that there must be some problem with zLat and zLng. I am wondering why it is when I replace zLat and zLng with tLat and tLng inside my for loop then I get one ...
1
vote
1answer
790 views
Loading a Google Maps with markers from a JSON array?
// // // // // // // // Ajax returns from PHP
xmlhttp.onreadystatechange=function() {
if (xmlhttp.readyState==4 && xmlhttp.status==200)
{
var obj = ...
2
votes
1answer
512 views
Google maps v3 API markers dissapears when closing its InfoWindow (InfoBubble)
I am pretty new to JavaScript and the google maps API. I cannot figure out what is wrong.
The InfoWindow is actually a class I found "InfoBubble".
...
0
votes
1answer
460 views
I have script for adding multiple markers to an interactive Google Map. I want all the markers to hold different infowindows
I have already created the code below. This codes generates a Google Map with different markers. I don't seem to get the code right so that each marker will on mouseclick display a different ...
0
votes
1answer
298 views
Add Markers on Map from XML downloaded, with ProgressDialog [closed]
I would want to add markers on my Google map.
I get the latitudes/longitudes of my markers from a remote XML.
This XML is firstly downloaded with a progress dialog (and AsyncTask).
Currently, my app ...
0
votes
1answer
30 views
Common info window
I am creating a map with markers and I would like to have a common window placed in the top right hand corner of the map so that whenever a user clicks on a marker, the marker info is displayed in ...
0
votes
1answer
557 views
Limit markers on Google Maps API V3
I have a lot of markers in my database and i would like to show on map only the markers between the bounds of the map.
IF I drag and drop the map or change the zoom level, I would like to show only ...
0
votes
1answer
243 views
Markers in Google maps v3 api no longer access content
I fixed the problem below by updating the Google maps API version in this line of code:
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?v=3.9
&sensor=false"> ...
1
vote
1answer
997 views
API V3 Update marker position dynamically
I have this code that reads data from an xml file and puts the marker on the map.
What i want to do is to read the xml file automatically every 5 seconds, and so update the position of the marker.
I ...
2
votes
1answer
1k views
How to draw lots of markers on a map
I'm trying to draw on a map using markers. The problem I'm having is when I try to add lots of them, then I can't get it to run.
To illustrate my problem, let's say I want to draw a square made of ...
5
votes
1answer
3k views
Removing routes rendered on a Google Map
I'm trying to do something that I gather has been done quite a few times before, although I'm having some difficulty accomplishing it.
I have a webpage that displays three Google Maps.
For each of ...
0
votes
0answers
364 views
Google Maps Marker bug in Firefox 7.0.1?
var map;
var infoWindow;
var markersArray = [];
var newMarkersArray = [];
var pickup_marker;
$(document).ready(function() {
initialize();
});
function setMarkers() {
var row_length = ...
2
votes
1answer
5k views
Google Maps V3 Issue with center multiple markers and auto zoom
I need to know that how to center all the markers and auto zoom the map to fit them all in my following map. I am breaking my head from few days to get it solved, Please help me.
My codes
...
0
votes
1answer
2k views
Google Maps V3 Multiple Markers from Addresses
I need to know that how to add multiple markers on google maps v3 from addresses. I am working on a website which has list of 10 businesses with their address per page and a map to locate them. I ...
1
vote
1answer
123 views
Google Maps API using markers as links?
I'm pretty new at using the Google Maps API although I've learned a lot about it over the last week but one thing that is still bugging me is that i don't know how to add a marker event so that when i ...
1
vote
0answers
27 views
How to prevent markers from being drag while allowing draggable directions/routes
Example code:
http://jsbin.com/ifaveq/2/edit#preview
I'm trying to get draggable routes with "non-draggble" markers but it seems once routes are declared "draggable" then the markers are ...
2
votes
0answers
190 views
Google map and divs interaction similar to Groupon.com/now
Can someone help me understand how to get the tight interaction between the map, list views and div marker elements on the "Groupon Now" UI.
You can check it out here: www.groupon.com/now
How can I ...
0
votes
1answer
198 views
google maps infowindows is always attached to the first marker
i'm looping over an array to create markers and infowindows but the infowindow is always attached to the first marker... (even if you click another marker)
function initialize() {
var myOptions = ...
0
votes
1answer
913 views
How to put description over a marker in google maps android
I have a map that places pin markers over certain locations. How do I place a description (Name and date) of the marker when you click on the individual pins? The description should hover over the pin ...
1
vote
1answer
294 views
JS/Regex - Remove surrounding parenthesis; Center marker (CloudMade Maps)
I'm new to programming so the examples that I've seen thus far have been too hard to adopt for my code. I've got a map with a text box above it that shows the current center coordinates of the map. ...

