Skip to main content

All Questions

-1 votes
1 answer
367 views

Google Maps API error: MissingKeyMapError - I do have it but it is not recognize

I have the google API key but the browser doesn't recognize that. You can go my site: rodcurvelo.com, click contact and you will see the error. The browser says also: You have included the ...
Rodricck Curvelo's user avatar
-2 votes
1 answer
51 views

Android JAVA not getting exact latitude and longitude

I am using below code to get latitude and longitude of the current location address = coder.getFromLocationName(strAddress,5); if (address==null) { return null; } Address location=address.get(0); ...
Rahul's user avatar
  • 710
1 vote
1 answer
392 views

jquery-ui-map with new version of jquery mobile and jquery

I am upgrading an old hybrid application with the latest versions of jQuery (1.7 -> 2.2.4) and jQuery Mobile (1.1 -> 1.4.5). This app contains a page with a map created with jquery-ui-map. Now I'm ...
Giu's user avatar
  • 295
0 votes
1 answer
82 views

Jquery Mobile not loading multiple instance of google maps

I am workin in a cordova project with jquery mobile and I need multiple maps. The problem is that when a map loads, the other one dosn't and I know thats because I trigger the API when I need it but I ...
Maximiliano's user avatar
-1 votes
2 answers
410 views

Google Map JS API does not load correctly unless refreshed in jQuery Mobile [closed]

I have an app testing website as listed below: Testing Site And the problem I am having is if you click "Map" at the bottom, when the page loads the zoom on the map is not correct, and it does not ...
Matthew Walker's user avatar
0 votes
1 answer
130 views

Resize a Google Maps div when the user swipe up or down in jquery mobile

Based upon this jsfiddle (https://jsfiddle.net/kc5xvv3a/) and using jquery mobile, can you tell me how can I have the Google Maps div to be resized When the user scrolls the listview at the bottom, ...
Frédéric Laurent's user avatar
-1 votes
1 answer
98 views

jQuery Mobile and Google Maps

I have a problem with jQuery Mobile and Google Maps. I have to create a mobile application with jQuery Mobile. My problem is that I can't display the map in the content, I see only grey space and ...
Riccardo Celli's user avatar
0 votes
0 answers
101 views

jquery mobile googlemaps V3 error "You have included the Google Maps API multiple times"

I want to move the following two tags from the head section to just before the body closing tag: <script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=...
devlock's user avatar
  • 989
-2 votes
1 answer
132 views

Use own map like Google map. Collect and process data when visitors click spots on map

I am doing a website project related with travel. I think a long time, searching on the web for a long time. However I still have no idea how to get started. I really need help. A brief description ...
Alex's user avatar
  • 43
0 votes
1 answer
205 views

Google Map not working in Intel xdk emulator but working fine in any browser using jquery mobile

I am creating an app which tracks user location and mark multiple markers on the map. Although my app is working fine on browsers but not working in Intel XDK Emulator and Mobiles. Cordova CLI ...
Ankit Sharma's user avatar
0 votes
0 answers
99 views

Duplicate values in google map pagination

The code below display a map and display the results in UL. I have 2 buttons that display train station and shopping mall.Initially, it will display the results correctly but If I click the other ...
JessieBear's user avatar
0 votes
1 answer
1k views

How to put a google map on JQUERY Mobile?

When tried to run the code , The map doesn't show up, and it shows up this error"Google Maps API warning: NoApiKeys ". What are the possible solution for this? This is the script that I have added: &...
HelpNeeded's user avatar
0 votes
1 answer
140 views

Grey Google Maps On Intel XDK using jQuery Mobile

Hi im working with Intel XDK and jQuery mobile to develop and apk for tourism for that i need to display google maps with some markers and info box. The problem that i have is when i load the apk on ...
Nicolas Rudisky's user avatar
1 vote
1 answer
700 views

google map plugin zindex conflict with popup and other elements

I use googlemap plugin for phonegap. In my program I have one pop up window in my phonegap application. however I set z-index for my pop up and google map has no z-index , but buttons in pop up ...
mina morsali's user avatar
-1 votes
1 answer
85 views

jQuery mobile dialog disappears for google maps api long loads

I'm running into issues with a pseudo-splash page I'm using in jQuery Mobile (it's a programmatically opened dialog on load) when Google Maps API takes too long to load. Effectively whats happening ...
VikingGoat's user avatar

15 30 50 per page
1
2 3 4 5
16