Questions tagged [android-maps-v2]

The new Google Maps Android API v2 allows you to offer interactive, feature-rich maps to users of your Android application.

With the Google Google Maps Android API v2, you can add maps based on Google Maps data to your application. The API automatically handles access to Google Maps servers, data downloading, map display, and response to map gestures. You can also use API calls to add markers, polygons, and overlays to a basic map, and to change the user's view of a particular map area. These objects provide additional information for map locations, and allow user interaction with the map.

Related tags:

1138 questions
0
votes
1 answer

Check whether user is reached to required latlong or not by using current position of user on map android

I am implementing navigation screen using Google direction API on Google map v2 in android. Here user will be in driving and I have to show the turn by turn information to the user based on his current position. So I would like to find whether user…
0
votes
1 answer

Use Google Maps API V2 without EVER having contacted Google's servers

Does anyone know of a way you can use Google's APIs without EVER having contacted Google's servers? Or has anyone been able to test this and know that it works? I know that right now, the api has a requirement that it has to contact Google at least…
joshkendrick
  • 3,497
  • 8
  • 38
  • 52
0
votes
1 answer

How to inject a Maps Android v2 API Key into an application?

It seems that is not possible to set an API v2 key programatically, so is there any other method to set this value after build.
IsaacCisneros
  • 1,953
  • 2
  • 20
  • 30
0
votes
1 answer

google map not rendering in 4.1 .2 device with google map version2

I am trying to get hands on with android google map V2 with the sample code given by google . I am able to build the code without any error in eclipse . (I have followed the steps given in the tutorial) . When i am trying to run that in samsung…
0
votes
1 answer

Google Maps API v2 suddenly stopped working

Everything was working great when Google Maps API v2 suddenly stopped working. And after a full 1 day and 1 night try I am still not able to bring it back. I made a simple application and it still doesn't work. My files are as follows: package…
0
votes
1 answer

GoogleMap api v2 is not sharpening on zooming

So yea i impleted googlemap v2 to my android project. When i zooming, the map sharpening for some range, then it stops and never sharps again. Is it a known issue? I cant see roads, streets, even cities. And an other similiar thing: The map is only…
Adam Varhegyi
  • 11,307
  • 33
  • 124
  • 222
0
votes
3 answers

Google Map API is not loading in android

I am try to develop a project on Google Map API in android. I am using Eclipse version of JUNO, SDK level-17. The problem is, when the application is start loading, it is showing an unfortunate error. Here is my code:
Mehdi
  • 540
  • 1
  • 11
  • 28
0
votes
2 answers

How to show the Google Map v2 in Android

I want to show the Google Map in an Android application but map does not show. It generates runtime exception. I add google-play-services_lib library successfully. I am using following code: activity.xml
0
votes
1 answer

Google map version2 shows blank space in android?

In my application am using Google map version 2 just run the project it show the map and blank space in the map.Below am attached the screen shot and how to reposition the zoom control button to top right or left corner.I am new to Google map…
Yugesh
  • 4,030
  • 9
  • 57
  • 97
0
votes
2 answers

Mapfragment + Spinner crashes the app

I am using map fragment to show the user current location on maps.. and also the spinner at the top bar..Refer below image: Here all of the view is in the tab activity. Now whenever I clicked on spinner to expand, it crashes the app and shows the…
Kanika
  • 10,648
  • 18
  • 61
  • 81
0
votes
2 answers

Code configuration in Android to show maps or not depending on SDK version

I read through various blogs stating the Google Maps in Android supports from API Version 13. My app requires google maps to be displayed. I want to make a configuration such that if the Android SDK version of the phone is 13 and above, it should…
Spidey
  • 193
  • 1
  • 3
  • 11
0
votes
2 answers

android map v2 draw something at fixed screen location

I'd like to draw something (for instance a polygon) at fixed screen location (for instance x=20, y=20), no geo-location, on a map. This is similar to the small "google" we see at bottom-left of the map. It seems that map v2 doesn't allow it... the…
USML
  • 91
  • 2
  • 6
0
votes
2 answers

Unfortunately Application has stopped on Android

Im new to android development so im following basic tutorials online. I followed a google map v2 android tutorial.The Android app crashes with the error, "Unfortunately, my app has stopped working".I am using the most recent Android and Google Maps…
0
votes
1 answer

Getting navigation using google map Version 2 -- Android

I am pretty new to google map version 2. I can able to get ride of getting location and tracking my location. i have more focused on this, is there a way to implement voice based navigation using this api. i dint get any proper guidance. +1 for…
Ram
  • 83
  • 1
  • 3
  • 11
0
votes
1 answer

Is Map Available Offline in Android also available for applications?

There is function in the new Google Maps Android app to make an area of the map available for offline viewing, is there a way to have applications in android be able to do this? or to cache part the map in the SDCard?
Totic
  • 1,281
  • 1
  • 10
  • 21