2
votes
1answer
25 views

Google maps with JQuery Mobile and jquery-ui-map

I'm using the jQuery UI Map libary (https://code.google.com/p/jquery-ui-map/) to display a map on my html5 mobile website, however i'm only getting a grey square no matter what i try. My code: ...
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 ...
0
votes
1answer
29 views

“ReferenceError: Can't find variable: google” on checking for undefined

I thought I had Javascript pretty much figured out, then this (seemingly basic) thing pops up: I have a Phonegap / jQuery Mobile app that uses Google Maps. If the phone's internet connection is ...
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
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 ...
0
votes
0answers
28 views

combine geocoding and get position from user

combine geocoding and get position from user how do I combine geocoding and get position from user I have two programs ,the firstly program is geocoding multiple adrresses from database. And the ...
0
votes
1answer
107 views

Jquery mobile popup above/with google maps

With jQuery Mobile I can't get a popup with google maps loaded. If I touch id="popupBasic" nothing pops up. Very strange, but if the google map api not is loaded the popup works! > <html> ...
2
votes
1answer
125 views

Unable to get Google Maps API v3 to completely load on jQuery Mobile

Couldn't load google maps on jquery mobile. It does load, but only when you hit refresh on browser. I am currently using jquery.mobile 1.3.1 and jquery 1.9.1. I am not sure how to do this because I am ...
0
votes
1answer
73 views

Creating customly selected locations, in Jquery Mobile, with Google Map using existing locations?

Disclaimer! I may be making this harder then it is... I am attempting to create a Custom Google Maps Webpage for Mobile. This Google Maps Page would include the current location of the user, and ...
1
vote
1answer
41 views

Cannot geolocate with googlemaps in phonegap

I try to geolocate on a google map in Phonegap using jquery. I try the following code, but it does not work. I get the alert("1") but not the alert("2") : alert("1"); ...
0
votes
1answer
1k views

PhoneGap + JQuery Mobile + Google Maps v3: map shows Top Left tiles?

I have a PhoneGap application that uses JQuery mobile to navigate between pages. When I navigate from the main page to a page containing a Google map, the map shows only a single tile at a time in ...
2
votes
1answer
56 views

Stop execution of the getCurrentPosition method

I'm using the getCurrentPosition method in Javascript. I would like to implement a button that stops the execution of the method "getCurrentPosition" when it's clicked. I tried with throw/try/catch ...
0
votes
2answers
133 views

Google Map is not loading for the first time

I am using Google Maps JavaScript API to load map inside my mobile website. When I navigate from the previous page map won't load but if I refresh the page map load as expected. If I use the ...
1
vote
0answers
106 views

Google Maps - Draggable Marker, unconstrained coordinate values?

Using Google Maps v3, I'm trying to create a map with a marker that is always centered on the map's location. When the marker is draggable, the marker is never replicated on the mirrors of the same ...

1 2 3 4 5 7
15 30 50 per page