63
votes
13answers
76k views
Google Maps API v3: How to remove all markers?
In Google Maps API v2, if I wanted to remove all the map markers, I could simply do:
map.clearOverlays();
How do I do this in Google Maps API v3?
Looking at the Reference API, it's unclear to me.
27
votes
3answers
40k views
Google Maps JS API v3 - Simple Multiple Marker Example
Fairly new to the Google Maps Api. I've got an array of data that I want to cycle through and plot on a map. Seems fairly simple, but all the multi-marker tutorials I have found are quite complex.
...
17
votes
1answer
7k views
How to trigger the onclick event of a marker on a Google Maps V3?
How do I trigger the onclick event of a marker on a Google Maps from outside the map?
I use version 3 of the API. I've seen many tutorials for version 2, but can't find this for version 3.
I have a ...
14
votes
4answers
12k views
Google Maps Api v3 - getBounds is undefined
I'm switching from v2 to v3 google maps api and got a problem with gMap.getBounds() function.
I need to get the bounds of my map after its initialization.
Here is my javascript code:
var gMap;
...
14
votes
7answers
6k views
Have just one InfoWindow open in Google Maps API v3
I need to open only one InfoWindow on my Google Map. I need to close any other InfoWindow before i open a new one.
Can you some one guide me on this?
12
votes
2answers
271 views
How can some LatLng be used to place markers on a Google map, but not to draw a Polygon?
Roughly a week ago, I ran into a problem: on a custom google-powered map, my Polygons would not show up, while Markers for the same coordinates are totally ok. Despite my efforts with the Google Maps ...
12
votes
2answers
10k views
Google Maps API v3: How to remove an Event Listener?
How do I remove the 'bounds_changed' Event listener in Google Maps API v3?
google.maps.event.removeListener(_???_);
11
votes
1answer
15k views
fitbounds() in Google maps api V3 does not fit bounds
I'm using the geocoder from Google API v3 to display a map of a country. I get the recommended viewport for the country but when I want to fit the map to this viewport, it does not work (see the ...
10
votes
1answer
2k views
Highlight polygon and tint rest of map using Google Maps
I'd like to display a highlighted polygon using Google Maps. The idea is that the polygon in question would be displayed normally and the rest of the map should be darkened a little bit.
Here's an ...
10
votes
2answers
18k views
Google Map API v3 ~ Simply Close an infowindow?
Trying to simply close an infowindow?
I already have an array of markers, so something like this would be good. Thanks
MyMarkers[i].infowindow.close();
9
votes
3answers
9k views
How can I create numbered map markers in Google Maps V3?
I'm working on a map that has multiple markers on it.
These markers use a custom icon, but I'd also like to add numbers on top. I've seen how this has been accomplished using older versions of the ...
8
votes
4answers
2k views
Google Maps API v3 adding an InfoWindow to each marker
NOTE: I'm using v3 of the Google Maps API
I'm trying to add an info window to each marker I put on the map. Currently I'm doing this with the following code:
for (var i in ...
8
votes
4answers
3k views
How do I limit panning in Google maps API V3?
In V2 there was a way to limit panning/dragging so the map stays within certain bounds. How is that done in V3?
Let's say I want the users to only look at Europe. I've already limited the zoom, but ...
8
votes
2answers
5k views
Closing any open info windows in google maps api v3
As the title states, on a given event (for me this happens to be upon opening a new google.maps.InfoWindow I want to be able to close any other currently open info windows. Right now, I can open many ...
7
votes
2answers
5k views
How to make cross-domain AJAX calls to Google Maps API?
I'm trying to make a jQuery $.getJSON call to the Google Maps Geocoding webservice, but this doesn't work because of cross-domain security issues.
I haven't been able to figure it out online, but ...
7
votes
5answers
11k views
Google Maps: Auto close open InfoWindows?
On my site, I'm using Google Maps API v3 to place house markers on the map.
The InfoWindows stay open unless you explicitly click the close icon. Meaning, you can have 2+ InfoWindows open at a time ...
6
votes
2answers
291 views
Google Maps API v3: How to Set Zoom Level And Map Center To User Submitted Location?
I have used this tutorial from Google to build a web app that finds the closest store from the user entered location:
http://code.google.com/apis/maps/articles/phpsqlsearch_v3.html
I have my app ...
6
votes
1answer
72 views
How can I give focus back to object with lower z-index, trying to create a series of transparent divs on top of a map
If I have a parent div that contains a child div on top of it, can I give the parent div the focus without hiding the child div?
I am using Google Maps API and would like to draw a grid of ...
6
votes
2answers
778 views
Setting a Google Maps viewport to automatically fit pane for locations of (n) markers of various locations
The approach I took thus far has been:
function addMarker( query ) {
var geocoder = new google.maps.Geocoder();
var afterGeocode = $.Deferred();
// Geocode 'query' which is the address ...
6
votes
1answer
679 views
Google Maps V3 snap to nearest Street
When I click into a map I want the marker to get snaped to the nearest street. There is a good exmaple here:
http://econym.org.uk/gmap/example_snappath.htm (Main ...
6
votes
2answers
881 views
Multiple circles -> One Polygon?
Using Google Maps API v3, I was able to create multiple google.maps.Circle objects on my map. However, I now need to "connect" them somehow. I have the following map with multiple circles:
I now ...
6
votes
3answers
14k views
Google Maps API v3: How do I dynamically change the marker icon?
Using Google Maps API v3, how do I pro grammatically change the marker icon?
What I would like to do is, when someone hovers over a link - to have the corresponding marker icon on the map change ...
5
votes
0answers
93 views
I need to take data about a dynamic Google map and create a static Google map from it using API V3
What I really want to do is to allow a user to create a map with google maps and save the image. I have attempted a work around that does this by using the google maps api V3 and also the static maps ...
5
votes
2answers
162 views
Google Maps V3 Circle & Circle that I created do not match
I created a circle using the Google Maps V3 API and also tried to make a circle of markers with the same radius.
Problem: The one I created is oblique while the one by Google Maps is a nice round ...
5
votes
6answers
869 views
Google Maps API V3 Usage Limits is Per Website Visitor or Per Web Server?
I'm confused over whether the API usage limits of 2500 geocoding requests per day ( http://code.google.com/apis/maps/documentation/geocoding/#Limits ) and 25,000 Javascript maps per day ( ...
5
votes
5answers
890 views
Google Static Maps URL length limit
I have 153 markers and need to generate a static map with them, but when put them in the url i get an error like this:
414 Request-Uri Too Large
My url is something like this
...
5
votes
3answers
6k views
Google Maps v3 - limit viewable area and zoom level
is it possible to limit Google map v3 to a certain area? I want to allow displaying only some area (e.g. a country) and disallow the user to slide elsewhere. Also I want to restrict the zoom level - ...
5
votes
5answers
2k views
Google maps API V3 - multiple markers on exact same spot
Bit stuck on this one. I am retrieving a list of geo coords via JSON and popping them onto a google map. All is working well except in the instance when I have two or more markers on the exact same ...
5
votes
1answer
490 views
Google Maps API v3 BrowserIsCompatible
I'm updating some older code that used the v2 API for Google Maps. On domready, it would use a statement like
if(google.maps.BrowserIsCompatible()){
// load the map
}
Now that I'm loading the ...
5
votes
1answer
1k views
Google Maps: How to prevent InfoWindow from shifting the map
Using Google Maps API v3.
I noticed that if I have a map marker near the edge of my map border ... that if I click the
marker icon so that the InfoWindow will display, my entire map shifts so that ...
4
votes
3answers
81 views
How to remove all from google map
I need google map to have only street names. I wan't to remove things like marked buss stations, hospitals etc.
What command can I use to remove this things?
4
votes
1answer
69 views
GoogleMaps loses mouseUp event if rectangle redrawn in mouseMove event
The following code sample has me baffled. It's the simplest version of a larger piece of code that I can use to demonstrate my problem. Basically I want the user to be able to draw a bounding box by ...
4
votes
1answer
150 views
How can you make multiple overlapping markers in Google Maps open their own infowindow when one is clicked
I am using Google Maps API V3 in javascript. I have multiple markers that are in a close proximity to each other. I want to make it so that when a user clicks a marker the infowindow of that marker ...
4
votes
2answers
234 views
Get the new square InfoWindows with Google Maps?
I'm building a website that's primarily function is a map search and displays professional wrestling events happening across the UK. I'm using v3 of the Google Maps JavaScript API to achieve this, but ...
4
votes
1answer
198 views
How to force Google Maps API v3 to discard touch support?
I'm using a Delphi component based on the Chromium Embedded project. While navigating in a test HTML with some Javascript code to access Google Maps API, it displays the controls for touch enabled ...
4
votes
1answer
88 views
Extending the bounds on a Google Map slightly
I am using the map.fitbounds to fit all the markers I have set with in the map viewport, but the markers are right up against the sides of the viewport and I want to zoom out just a little.
I have ...
4
votes
2answers
479 views
Getting pinpoint address of marker - Google Maps V3
I'm using Google Maps V3 API. Whenever a user drops a pin on a street (or perhaps a few metres/yards away from a street) it should get the address components which I use to retrieve from the dropped ...
4
votes
2answers
435 views
Google Maps problem
Well, I can't seem to "join the forum to post" on Google Maps itself, so I guess I'll ask here.
I recently noticed the following error that started happening on Google Maps Javascript API 3:
...
4
votes
3answers
3k views
How to Display Multiple Google Maps per page with API V3
I have the following script. And I want to make both maps appear on the page, but no matter what I try I can only get the first map initialize() to display... the second one doesn't. Any suggestions? ...
4
votes
1answer
610 views
Update Google Maps Javascript objects every 1 min using fresh data from database using C#?
I'm trying to update a Google Map (API V3) with markers using my friends locations stored in a database. I want to refresh the map every minute or so... kind of like google latitude which shows where ...
4
votes
2answers
551 views
How many requests can be made to Google Maps API without being banned?
I'm using an autosuggestion for addresses through Google Maps API that I want to be as fast as possible.
Currently, I have added a 10ms delay to my script in order to avoid being banned for too many ...
4
votes
1answer
474 views
Can the v2 and v3 Google Maps API coexist on the same page?
Hey there, I have an issues/bug when trying to have a v3 and v2 google maps on the page at the same time.
The core of our application uses v2 of the API and adding some new functionality we decided ...
4
votes
2answers
2k views
Google Maps marker grouping
I'm trying to achieve the following thing: Have different types of markers on my map for example, schools, libraries, bus stops and I want to be able to show/hide each group of markers.
I have been ...
4
votes
2answers
3k views
Google Maps Api v3 trigger issue, external link hit info window
So my code looks like this, multiple markers:
var m1 = new google.maps.Marker(
new google.maps.LatLng(35.2602340, -93.7939480),
{icon:tinyIcon,bouncy:1}
);
google.maps.Event.addListener(m1, ...
3
votes
1answer
42 views
How can I get x/y number at every click on Google Maps?
I want to retrieve x/y coordinates at every click-event on Google Maps.
Could someone help me please?
Thank you in advance.
3
votes
11answers
383 views
how to push the data to the jsp with out requesting it for every 2 seconds?
I want to push the data to the jsp for every 2 seconds, with out client requesting it.
I am using Spring with Hibernate here.
I am displaying google maps marker, and I want to update the marker ...
3
votes
4answers
218 views
How to get some information in google maps without click event on marker and show this in a div, other than infoWindow
Hi I am showing some markers on my google map and on click of the marker, I am calling the click event and showing some info about that place to the right side(area other than Map and not as an ...
3
votes
2answers
161 views
Google Maps Api V3 - Assigning Multiple Listeners to Same Marker Object
Currently working on a project to upgrade our Goole Maps API from v2 to v3 and ran into an issue and need confirmation on whether it's possible to register multiple listeners to the same marker. Can ...
3
votes
2answers
86 views
How to make a Google Maps marker a simple URL link?
I'm looking for a way to make a Google Map marker a simple link (<a href="">).
I don't want to reproduce a link behavior with Javascript (location.href for example) because I want the user to ...
3
votes
1answer
123 views
Auto filing names of a City if the Country name is given
I am working on a site which prvides location based searching of users i.e. user can query system like "Give me the list of users staying at locality, city" and the system responds with the list of ...