Questions tagged [google-maps-mobile]

80 questions
1
vote
1 answer

Google map with too much polygons crashes iOS

I have a Google map with 400+ polygons, these polygons consist of 40.000+ lat/lng coordinates. These are all Dutch municipalities, the result can be seen here: http://silktool.com/maptest.php It works fine (it is a bit slow to load at 2.5MB / 500Kb…
Rutger
  • 355
  • 1
  • 3
  • 6
1
vote
1 answer

Get Bounds of a custom map marker in android

I have set of markers on my map view. I want to get the bounds of a map marker so that I can detect which map marker I tapped. I have searched in stackoverflow but all are telling how to set the bounds of a map marker(drawable). But what I want is…
Cham
  • 787
  • 3
  • 11
  • 25
1
vote
2 answers

How to find a location on Map from a address which has been input by user?

I wanna find the location on Map when using a virtual device (Emulator Android) because i have not a actual device. Thanks for watching! Here is my code : enter code herepublic class GoogleMapExample3Activity extends MapActivity { /** Called when…
lanquansan
  • 41
  • 1
  • 6
1
vote
1 answer

Android : Unfortunately google maps stopped

Main.xml & manifest.xml
Sathishkumar
  • 3,394
  • 4
  • 20
  • 23
0
votes
1 answer

How to get a Continuous Position on a Google Static Map?

I live in Monterey, CA and I own a Android smart phone. I created a webpage with Google Static Map Wizard and wanted to watch myself walk around town on my new phone by viewing the webpage on the phone. Is it possible to display a marker on the…
mikenichols
  • 969
  • 2
  • 11
  • 19
0
votes
1 answer

How to get the AT5 data from a GGeoXml object

I load an AT5 file into a google map object using the following code: map = new GMap2(document.getElementById("map_canvas")); geoXml = new GGeoXml(at5); GEvent.addListener(geoXml, "load", function() { geoXml.gotoDefaultViewport(map); // I…
0
votes
2 answers

Android - cannot view map Google Maps API

I have a problem with google maps API on my android application. before all was normal, and the application can display the map. I published the apk and follow all tahap2 correctly. I install applications on my smartphone. but after a week or more…
DevYudh
  • 2,737
  • 5
  • 25
  • 31
0
votes
0 answers

How to avoid OutOfMemory when trying to call my server and parse data every time when I move on map

I have a MyMapActivity with private class extending AsyncTask for purpose to do request on server every time when map section is changed (onMove() method). Response from server is JSON data string which could be about 1-3 MB. So I need to avoid…
falconseye
  • 187
  • 2
  • 5
  • 16
0
votes
1 answer

Awaiting comments on my idea on android application

My idea of android application is : This application would be activated by a calendar entry, showing that the phone user has an appointment somewhere (i.e. meeting friends in a town 2 hours away). The application would track the phones position…
0
votes
1 answer

Multiple Locations Android

Hey Guys I am new to programming apps with the google maps API, and I can create a map showing a single location just fine, but I get confused when trying to implement a way to map multiple locations. (Not hard coded locations.) In my app I have…
0
votes
2 answers

How does Google Maps and Nokia Maps generate routes from point to point

I will like to know if anyone has an idea on the concept behind point to point route generation on google maps and nokia maps. What logic was used to determine the route and generate directions from any point on the map to another? I wouldn't mind…
dubyzu
  • 49
  • 1
  • 4
0
votes
1 answer

Google maps in the role of navigator

guys! I have follow question. I am writing an application that will track movement of user + other options. I plan to use Google maps for this. I assume to send in some way gps coordinates to the google maps server. The question is do I need to be…
Maxim Bjjtwins
  • 108
  • 1
  • 8
0
votes
2 answers

Google Maps Mobile SDK requirement

I need to decide weather to use javascript library or mobile sdk, but only one question will answer this. Does google mobile SDK requires google maps to be installed on the mobile? or it just gets the map directly from there server like google js…
Basit
  • 16,316
  • 31
  • 93
  • 154
0
votes
1 answer

How do you use q (querystring) and z (zoom) when trying to zoom in on a Google maps (using JavaScript) on a mobile device?

I have written a media query in JavaScript that allows you to zoom (z) in on google maps mobile. I have also written a querystring (q) that allows you to enter an address or postcode. Both work when used individually. However, now I want to zoom (z)…
0
votes
1 answer

Google Maps for Mobile - Blue Circle of Uncertainty

When GPS positioning is unavailable (or even when it is available sometimes), Google Maps for mobile shows a blue circle of uncertainty around the blue self-localization dot. What exactly (statistically) does this blue circle represent? Is it the…