Questions tagged [google-maps-mobile]
80 questions
2
votes
2 answers
How to zoom at particular point in google maps added to uiwebview?
I have google maps added to UIWebview. I want to zoom the map to destination location. Destination location is passed programmatically.
How do I do it? I tried setting parameter z=10 while loading google maps url but it doesn't zoom at particular…

iOSDev
- 3,617
- 10
- 51
- 91
2
votes
2 answers
How to get Latitude/Longitude from JSON responsed by google map apis
I am not able to properly extract out the latitude and longitude point set to draw route further. Can anybody get me the code to do so?
Thanks in advance

Jai Pandit
- 510
- 1
- 6
- 18
2
votes
1 answer
Where do I put Google Maps logic in Sencha-Touch 2? Multiple markers
I have a functioning Google Map running on Google Appengine.
I want to turn this into a mobile friendly interface by using (maybe) Sencha Touch 2. Maybe I'm supposed to know Sencha EXT JS4 as well but I can't see it stated anywhere in their docs.
I…

Gareth
- 1,378
- 1
- 11
- 25
2
votes
0 answers
AnimateCamera method is not working when the application restart
I am using Google Maps SDK for Android v2. I create a new "cameraPosition" and then I call "animateCamera" method in my map to move the map to the GPS location of the user:
CameraPosition cameraPosition = new CameraPosition.Builder()
…

cues7a
- 219
- 1
- 7
2
votes
2 answers
Google Maps SDK for iOS: Relocating the Google logo
For the new sdk for iOS, is the Google logo relocatable, just like Mapkit pre-iOS 6? Also, is it allowed under terms of conditions?
Thanks

SChang
- 1,669
- 2
- 13
- 13
2
votes
1 answer
geo uri with icon\label on google maps
I'm refering to google maps mobile app trough geo uri in my phonegap applications like that:
mapString = "geo:"+data.lat + "," + data.lng+"?saddr=("+data.lat+ "," + data.lng+")&daddr=&z=18";
the map is open ok with zoom and in the right place, but I…

ItayM
- 912
- 2
- 15
- 36
2
votes
2 answers
How to get User's Current GPS Location From Google Maps App?
After trying for long..am facing problem in getting a user's current GPS location fix. So, I thought that if can we somehow programatically get a location fix using pre-installed Google maps app's Current Location fixer? If I am able to fetch the…

beerBear
- 969
- 2
- 17
- 41
2
votes
0 answers
google map android v2 MarkerOption icon cannot accept StateListDrawable
I wanna add a StateListDrawable as a marker icon like this :
MarkerOptions marker = new MarkerOptions().position(xy).title("Marker").icon(BitmapDescriptorFactory.fromResource(R.drawable.state));
however, it give me an null pointer exception, any…

kiwi
- 67
- 1
- 1
- 6
2
votes
2 answers
Obtain the latitude and longitude using the pincode on google maps
I have a requirement to loading a Google map location given the pin code or area code. I've tried using the Geocoder method to find the latitude and longitude using a given address. This works when a location or area is given, but is not working for…

jasdmystery
- 1,742
- 1
- 19
- 31
2
votes
0 answers
google GetDirection in Android
I have used this following code for getting route for two directions but i need to implement multiple destination options in android like GetDirections.
Even i tried the method of drawline() functionality also but it will not show the route…

Dhamodharan.S
- 91
- 2
- 9
2
votes
0 answers
Google Maps click event not firing for addDomListener on mobile device but works on desktop browsers
I have two buttons
Defined above.
I want to change the directions when a button is clicked with…

O F
- 191
- 2
- 8
1
vote
0 answers
Android: Google API MapView - setTraffic stopped working for eastern Europe
I have been using MapView for a long time and everything was working properly but after some time people started complaining about my app not displaying the traffic.
I checked and it really stopped working. I have tried everything to get it working…

Jakub Klos
- 11
- 2
1
vote
1 answer
Using Custom Google Map in my Web App is legal or not?
I am developing a web application, i have following uses of google maps
List some facilities like film theater in map as thumbnail with contact details (i have kept latitude and longitude in my database)
show route and directions from user location…

farhan ali
- 2,462
- 1
- 21
- 15
1
vote
1 answer
Why is my range selector not working in my Google Maps API3 / jQuery Mobile App?
I want to vary the radius of a circle made in Google Maps API3 based on a jQuery Mobile range selector:
http://goo.gl/T1OHC
However, Chrome Web Developer keeps issuing the error "Uncaught Error: Invalid value for property : _" every time I alter my…

dangerChihuahua007
- 20,299
- 35
- 117
- 206
1
vote
3 answers
Android Google Maps - getLastKnownLocation returns inaccurate latitude and longitude
I am developing an app where I need to calculate the distance from the current position and some other locations. I am using the GPS to access the users current location and the other locations coordinates are stored in a database. The problem…

Alexander
- 133
- 2
- 10