Questions tagged [google-maps-mobile]

80 questions
0
votes
1 answer

Implementing Google Directions in MapFragment using JSON and Google Maps Android API v2

Can anyone help me implement Google Directions in a MapFragment using JSON and Google Maps Android API v2? I found this one here: https://stackoverflow.com/questions/11745314 But, it is using MapView. Any help will be greatly appreciated. Thanks in…
0
votes
1 answer

WindowsPhone app and GoogleMaps limits

My goal is to write a windows phone free app (with some ads) with milions of google maps requests per day. This request will come form thousands of independent users (free of any charge). However, the problem is google maps API limits. For simple…
Maciej Pszczolinski
  • 1,623
  • 1
  • 19
  • 38
0
votes
2 answers

Efficient way to change color of Map Marker

I'm using a GoogleMap with lots of small markers loaded. We are talking perhaps 400-500 markers. Upon user interaction, I want to have a subset of those markers change color, perhaps 100-300 of them. I want to achieve this ideally in 30ms or under,…
yarian
  • 5,922
  • 3
  • 34
  • 48
0
votes
1 answer

URL Scheme is Installed in iOS

I am Integrating Google Maps URL Scheme in my Application: [[UIApplication sharedApplication] canOpenURL: [NSURL URLWithString:@"comgooglemaps://"]]; I am curios if there is some code to detect if Google Map isn't installed and redirect to App…
iProgrammed
  • 980
  • 2
  • 10
  • 29
0
votes
1 answer

How to make a friend finder app in phonegap?

i am building a Phonegap app that should also work as a friend finder... Meaning, that you want to get coordinates from a friend using the same app and pinpoint (or watch) his current location on your (google) maps. Google has an interesting…
0
votes
1 answer

Android ItemizedOverlay scaling canvas

i am trying to scale pictures in a Android map itemizedOverlay, i got it working to the point where i can see 10 pictures, i got zoomControle but nothing else really, this is the MapItems class that extends ItemizedOverlay, optimizations is…
Christopher Bonitz
  • 828
  • 1
  • 10
  • 22
0
votes
1 answer

Android Map API 2.0 - callback that myLocation changed?

I don't think it is possible w/out actually using a LocationProvider, but figured I would see if anyone had any thoughts. Basically I have an app which has a PageView w/ a fragment which contains a the new MapView 2.0 I can easily pull the my…
Chrispix
  • 17,941
  • 20
  • 62
  • 70
0
votes
1 answer

Is InfoWindow in javascript is clickable or not for mobile devices?

I have a location in my app, when I click on button, it will show me a map with marker on that location, when I click on marker it shows me a InfoWindow with details of that location. Now I want that when I click on that InfoWindow, another map page…
Oops
  • 31
  • 1
  • 7
0
votes
1 answer

Android Google Maps Web Services (Navigation)

According to google maps license, using MapView in android commercial application is free, as long as you avoid following: The Google Maps/Google Earth APIs Terms of Service only apply if you use any of the JS/Flash/Static Maps APIs or Maps API…
hendrix
  • 3,364
  • 8
  • 31
  • 46
0
votes
1 answer

How do I get the location that was touched?

I have made a sample Android application that displays a Google map using phonegap. I want to get the location of the place that was touched on the map. Is there any method for that?
Dinesh Subedi
  • 2,603
  • 1
  • 26
  • 36
0
votes
1 answer

OutOfMemoryError in MapView

i got a OutOfMemoryError in my App, but not in my code where I would see ways how to handle / catch it. Any Idea how to prevent/work-around? java.lang.OutOfMemoryError at android.graphics.Bitmap.nativeCreate(Native Method) at…
ligi
  • 39,001
  • 44
  • 144
  • 244
0
votes
1 answer

google map auto update location but not user set zoom

I am auto updating google maps every x seconds in jquery/javascript. When location is changed map changes the zoom level (expected). But i want to achieve this: If user has manually changed zoom level, then the map should keep/persist the user-set…
hitesh israni
  • 1,742
  • 4
  • 25
  • 48
0
votes
1 answer

MapActivity could'nt get connection factory client

I've been looking for much on google about the problem, but I have not resolved. The map is displayed, but I located at the point where I want and still giving me the same failure: 06-09 12:10:57.231: I/MapActivity(1532): Handling network change …
romruben
  • 194
  • 3
  • 17
0
votes
1 answer

Android Map activity using longitude and latitude

I want to draw a map inside of my application using longitude and latitude. Is this possible in android? I could only find this in developer's docs If you could shed some light on this it would be a great. Thanks in advance!
user1382687
0
votes
3 answers

customize Google Maps API

Does anyone know how to: 1) make the Google map not zoom-able? make it so it is at a fixed zoom size and the user cannot change it? 2) have the map API load a picture of my choosing and overlay the little blue dot of the user's current location over…
slowsword
  • 314
  • 2
  • 14