Tagged Questions
0
votes
1answer
22 views
Maps marker link to JQueryMobile dialog
Here's my question: i would like that when you click on the marker you dont see the infowindow (i know how to do it) but you see another page shown as a dialog ...
-1
votes
0answers
23 views
Not compatible Google Maps v3 Inside Tabs Bootstrap [duplicate]
When inserting Google Maps inside a hidden tab, the map itself renders misaligned like this :
And if i hit inspect element on every browser the maps back to normal :
I has been do all the trick ...
0
votes
2answers
54 views
Need to prevent a dropdown list being added over and over
I'm using the Google Maps code with PHP MySql, and as per the code from their developers site I've got the map working. However, as part of their code they add a menu (which contains all of the ...
-1
votes
0answers
17 views
Summarized statistics based on location in map view [closed]
how to show summarized statistics based on country state city in map view
here is my sample data.json
{country1: [{city_1:10,city_2:20,:city_3:30}], country2: [{city_1:10,city_2:20,:city_3:10}]}
...
0
votes
0answers
42 views
What am I missing when trying to load googlemaps streetview in this script? [closed]
I am attempting to load a google map and a streetview in a single page.
I can get the map to load but not the streetview, and am stuck for ideas:
http://bootply.com/62657
Javascript
// Enable the ...
0
votes
0answers
20 views
KML layer listener being ignored on programmatic click
Is there any reason that jQuery based programmatic click event of a particular x,y location of a div might ignore a KML layer click listener and not the map click listener?
Even after removing the map ...
0
votes
1answer
45 views
Clear markers on Google maps v3 store locator when new distance selected
I have seen answers for a similar query but I just can't get it working so I was hoping someone will see a problem with my code or be able to suggest how I can fix this
To briefly explain what i am ...
0
votes
0answers
40 views
Google Maps V3 Jquery issue in IE 8
Hi guys I am using the jquery google map plugin with filtering: http://jquery-ui-map.googlecode.com/svn/trunk/demos/jquery-google-maps-filtering.html . The map is working great in all browsers apart ...
0
votes
2answers
80 views
Google Maps v3 - Uncaught TypeError: Cannot read property 'Marker' of undefined
I have my map div container always on the page:
<div id="map_canvas"></div>
at first I was trying to append this to the DOM in the ajax callback aswell but was having troubles so ...
2
votes
3answers
73 views
missing ] after element list json
I'm trying to call getPointOnMap fucntion on the onclick event and to give it an json object as a parameter.
here is code samples:
$.ajax({
type: "POST",
url: "/getResult.json",
success: ...
0
votes
0answers
13 views
jQuery-UI Google Maps: toggling resets zoom/bounds
I have a div that contains a Google Map, created using jQuery-UI-Map. On smaller viewports, I hide the map and replace it with a static image by default (because tiny maps aren't very usable or ...
-1
votes
0answers
34 views
Google Map (Egypt Governorate boundaries) [duplicate]
I need points (lat, long) Egypt Governorate boundaries to color every Governorate eith diffrent
1
vote
2answers
62 views
How to pass a variable inside a function inside a jquery function?
So I'm working with a google map api.
I have to insert the values lat and lon inside of the object, but I can't do something like:
$.get(url).done(buscaGPS(data, i));
function buscaGPS(data, i) {
}
...
0
votes
0answers
42 views
click on a button automatic open google map info window of current city which is show in footbar
in this program when click on hi then footbar change according current city and alert of current city show becouse of trigger $("#hi").change( function (event,n) now i want infowindow of current city ...
1
vote
1answer
67 views
jquery mobile + google maps / wrong height
alas with the following code it's doesn't work - only a bit of the map is visible,
at the header. Maybe somebody can help?
<!DOCTYPE html>
<html>
<head>
<meta ...