Tagged Questions
24
votes
2answers
14k views
How to disable mouse scroll-wheel scaling with Google Maps API
I am using Google Maps API (v3) to draw a few maps on a page. One thing I'd like to do is disable zooming when you scroll the mouse wheel over the map, but I'm unsure how.
I have disabled the ...
21
votes
10answers
29k views
Problems with Google Maps API v3 + jQuery UI Tabs
There are a number of problems, which seem to be fairly well-known, when using the Google Maps API to render a map within a jQuery UI tab. I've seen SO questions posted about similar issues (here and ...
11
votes
1answer
6k views
Google Maps V3: Loading infowindow content via AJAX
What is the best way to load content into my infowindow using ajax?
Right now I am getting a similar effect using iframes but I am not that that happy with it.
I thought this would be straight forward ...
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 ...
5
votes
2answers
165 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 ...
4
votes
2answers
2k views
Google Maps API V3 callbacks (KML loading)
I'm using Google Maps API v3 to display a map a load some KML and display/hide them with kml.setMap() method.
I need to display a "loading" window while the KML is loading until the map is complete ...
4
votes
2answers
3k views
how to deal with google map inside of a hidden div (Updated picture)
i have a page and a google map is inside a hidden div at first. I then show the div after i click a link but only the top left of the map shows up.
i tried having this code run after the click:
...
3
votes
4answers
221 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
1answer
124 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 ...
3
votes
1answer
199 views
goMap with MarkerClusterer does not take any effect on the current map
I'm using the jQuery Google Maps v3 plugin, I want to add the MarkerClusterer with the goMap plugin, however I have this what it was intended to do:
$('#world-map').goMap(
{
markers: mapMarkers,
...
3
votes
1answer
80 views
Javascript/jquery Google marker refresh
I have a google map in which I render markers from a database via ajax. It works well except the markers redraw (old ones delete and new ones get drawn). The data I get back from ajax is text form ...
3
votes
1answer
358 views
3
votes
2answers
926 views
Autofill Address + Google Maps API
I want to present my users with a text box wherein they can type in their address. As they type their address, I want to provide the users with suggestions/predictions of what address they are trying ...
3
votes
1answer
1k views
How to change markers on zoom change in google map api
Hi
I have this map
I'd like to change the marker image, when zoom is greater then 5.
I know how to detect zoom change, but I don't see how to change the image.
2
votes
2answers
50 views
External Link Trigger InfoWindow with Google Maps / JQuery
Started playing around with the Google Maps API V3. I have a list of places in HTML with some data-coordinates. The places populate on the map however, what I want to happen is when you click on the ...
2
votes
2answers
43 views
Google Maps Javascript API
I know that you can put a marker on a long/lat coordinate, but I am having a hard time finding where/how you can place a marker on a specific street address. Can anyone tell me how to do this? I am ...
2
votes
3answers
67 views
$.each statement stops when it gets to “undefined” value
When working with Google Maps V3 markers, I make sure to store the name of each marker in an array so I can quickly remove all of them from the map at once. For some reason though, when I call my ...
2
votes
1answer
93 views
Google Maps Geocoder: Return postal_code
I'm using Jquery UI to autocomplete search for an address using Google Maps Geocoder, and when an address is selected it returns the geocode information. Here is the snippet:
...
2
votes
1answer
121 views
Changing default Google Maps Api's default zoomControls Image?
Can you change the default image of the Google Maps Api zoom Controls in order to create my own?
2
votes
1answer
57 views
Dragging map changes search results
How would you implement draggable search results with Google maps API v3 akin to the way Yelp does.
My guess is that you would bind to a map move event and link to an anchor like ...
2
votes
1answer
106 views
Google Maps API - Trouble with Arrays and InfoWindows
Sorry if this is trivial, but I am new to JS and have been at this problem for a few hours to no avail.
function initialize() {
geocoder = new google.maps.Geocoder();
var latlng = new ...
2
votes
2answers
2k views
Get Position of Mouse Cursor on Mouseover of Google Maps V3 API Marker
I am trying to make a div visible at the position of the cursor when the cursor mouseover a marker using jQuery. Its kind of like a tooltip. However I cannot seem to figure out how to get the X/Y ...
2
votes
1answer
38 views
Is there an API that takes a location and finds its coordinates?
Is there an API out there that will take a name of a location (building name, city name, etc) and find its coordinates on a map? I looked at the google maps api and it looks like it requires you to ...
2
votes
3answers
546 views
Optimizing code for jQueryMobile: problems with selectively including external JS files only when they are needed
I am using jQueryMobile for a mobile application. Obviously I want the UI to load very quickly, but the application has more than one tool so I want to only load the relevant external JS libraries for ...
2
votes
2answers
206 views
I need help with jQuery and the Google Maps API
I'm trying to learn the Google Maps and Places API, so I thought I'd get started with the basics: displaying the user's location on a map via their IP address.
I found a jQuery script in another ...
2
votes
1answer
3k views
Get address coordinates of Google Maps API by ajax() request
I'm trying to get lng and lat coordinates of the Google Maps API by the next example http://jsbin.com/inepo3/7/edit. I expect a 'success' popup, but it keeps showing the 'Error' popup.
The google ...
2
votes
1answer
594 views
Struggling with Google Maps geocoding API
I am currently working on an application that periodically (every 30 secs) grabs two tweets within the UK from two specified football teams using the json format. Within the json file I can access ...
2
votes
2answers
3k views
Google Maps v3 adding markers via jQuery $.ajax and json
Im having problem's adding map markers to gmaps using jquery. Here is my code so far.
Right now, the error I am getting is Uncaught ReferenceError: GLatLng is not defined
The map loads fine and the ...
2
votes
2answers
745 views
Disabling Google Map 'click' event in area occupied by OverlayView div
I'm making a google map (v3) mashup where there is a map listener for a click event.
google.maps.event.addListener(map, 'click', function(event) {addMarker(event)});
This click event on the map ...
2
votes
2answers
478 views
manually draw a cluster with markerclusterer for maps v3
Hey I'm using the popular markerclusterer plugin for google maps that can be found at http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/src/markerclusterer.js
I'm ...
2
votes
1answer
1k views
Google Maps API V3 : multiple markers and ajax infowindows? (best performance)
I've been using the excellent $GoMap jquery plugin which is basically a wrapper for google maps API V3. It has served me well but when using lots of markers 60+ there seem to be some performance ...
2
votes
2answers
2k views
Google maps in Fancybox-wrong display on reopening
I have a problem with Google maps API. I'm using V3 API and fancybox for show up map in lightbox-like div. When I click on the link for the first time, fancybox opens and map loads as well. Everything ...
2
votes
5answers
235 views
Can this Javascript be shortened with JQuery?
i'm checking out some newbie Google Maps API tutorial code.
They have an example that says how to dynamically add some script to a page, once the page has finished loading. I'm wondering if this code ...
2
votes
4answers
3k views
Multiple infowindows - tearing my hair out
Ok, I'll admit I'm nowhere near the best programmer on the planet -
and I'm used to the answer staring me right in the face but not making
sense of it.
Problem
I need to display multiple markers on ...
2
votes
3answers
6k views
Google MAP API v3: Center & Zoom on displayed markers
I use the following code to set markers on my map:
var latLngs = []
$.each(locations.markers, function(i, m){
var myLatLng = new google.maps.LatLng(m.latitude, m.longitude);
latLngs[i] = ...
2
votes
4answers
7k views
More batch geocoding questions with the Google Maps API v3
I'm trying to figure out a nice way to limit the rate at which I send geocode requests to the Google Maps API v3 geocoder service. I know that Javascript does not have any nice wait or sleep because ...
1
vote
1answer
29 views
Google Maps API V3 requires page reload to show marker icons
I am reading points from a DB as JSON to create map markers and an unstructured list on a page. After adding some code to customize the list elements the map stopped showing the marker icons on first ...
1
vote
1answer
21 views
Using jquery-ui-map to bring in XML for points and Info Window
I am using jquery-ui-map (http://code.google.com/p/jquery-ui-map/) to render golf courses on a map. I am bringing in the courses through an XML feed. I can get the points to render correctly, but ...
1
vote
1answer
18 views
Easing function with Google Maps FitBounds() function
Is it possible when calling map.fitBounds() to use an easing function to ensure a smooth change of view on the map?
1
vote
1answer
38 views
jQuery AJAX Request Error
I've done a few AJAX requests using jQuery in my time but for some reason I can't get this one to work.
What my code does is ask the user for their location, geocodes it using the Google Maps API and ...
1
vote
1answer
35 views
How to customize google maps api V3 InfoWindow with JQuery
For example http://assets.marcgrabanski.com/resources/jquery-google-maps/tutorial-part1.html
I want to do with this website same function, but have to used google maps API V3.
How can I do!!!!!!!! ...
1
vote
0answers
46 views
Changing the Multiple Polyline stroke color on google map v3
I need to create multiple polylines ,each with its own color, and their markers are connected to each other,I am using google map v3.
For example,I have five markers and they are all the connected ...
1
vote
2answers
109 views
retrieving lat/long of location using google.maps.geocoder
i have been trying to use some ajax to save venue location in my application and stumbled across the following code on stack overflow
function getLatLong(address)
{
var geocoder = new ...
1
vote
1answer
100 views
Loading XML via jQuery for Google Maps API V3
UPDATE:
Fatigue onset user error, not the code itself, turned out to be the problem. I simply called the initialize() function twice by mistake. I'll leave this post up as the code snippet may be of ...
1
vote
1answer
47 views
.on click event not firing inside Gmaps Infowindow with Fusion Tables info
Using Fusion Tables and GMaps(v3) with Jquery(v1.7.1).
Gmaps displays a layer using Fusion Tables data. The InfoWindow is populated using Fusion Tables information (configured in the Google Docs -> ...
1
vote
1answer
80 views
reading JSON for google map clustering
I struggle with JSON and jQuery so I'm hoping to get some help figuring out what I'm doing wrong. I am attempting to plot a series of markers using the Google Map API, feeding it JSON data, and ...
1
vote
1answer
48 views
google maps api json pass array
I have a google map which I am getting json data from. I want to automatically build a string that I can pass to the marker object. I get an error "invalid object initializer" in firebug when I do ...
1
vote
2answers
66 views
jQuery ui google map check if marker is in view
I am using
http://code.google.com/p/jquery-ui-map/
I am trying to find a way when looping through markers, of finding out if the markers are visible within the current viewport.
Does anybody know ...
1
vote
1answer
118 views
Google Map API 3 + WMS
Can somebody give me best idea, how to put WMS layer over Google map I have so many layers and so many styles. I research on so many Q and A at StackOverflow, but I didn't get the point about how to ...
1
vote
1answer
85 views
Google Map API V3 on hidden div
I know this problem is ancient, but I can't seem to find a clear instruction for it.
The gist of the problem is the Google Map wouldn't load completely (partly shown) when it's loaded on a hidden ...