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

Google maps api v2 in multiple fragments android

I have a FragmentActivity and this is a tab bar. In first tab contain a fragment (Supportmapfragment). In second tab, also contain a fragment (Supportmapfragment). When i switch to second tab i can't do anything in second supportmapfragment, but…
0
votes
1 answer

problems with location manager in maps api v2 android

i'm developping an android app which shows in a map the current location for the user. Few hours later, i have discovered the error, locationManager doesn't actualize the location. I put the code relative a locationManager: mapa =…
wiki
  • 299
  • 4
  • 16
0
votes
1 answer

google maps api v2 android not works with device other than my

I have create an app android with the Google Maps API v2. All works good when launch the app with eclipse. But when i export the app and i publish it in the google store, the people don't see the map. Why ? Sorry for the english
0
votes
2 answers

Google Map V2 Blank screen

I'm currently developing an application using the Galaxy S3 with Android version 4.0, Ice Cream Sandwich. I followed Vogella's tutorial on how to use Google Map v2 for Android to create a sample map and it worked on Ice Cream Sandwich. Shows…
0
votes
2 answers

Can't make google maps v2 to work

I tried a lot of examples but still can't get it to work! I have a grid with no maps and " couldn't get connection factory client". I tried here and here and here and many others. I tried to run it and on device but still the same. Any ideas…
George
  • 5,808
  • 15
  • 83
  • 160
0
votes
4 answers

Map Problems in Android

I am new in android programming, I had problem in showing Map with getting the location that is touched, could any one help. Here please me code bellow. Thank you in advance. Note: I took the code from this site, I used displaying the Map and it…
0
votes
1 answer

Implementing Action Bar Tabs for an Activity creating a MapFragment

this is a similar question to: MapFragment in Action Bar Tabs but there wasn't a clear answer from this that I understood. I am new to Android and this is my first application Im developing . I currently have one MainActivity that creates a…
Jethro
  • 928
  • 1
  • 10
  • 20
0
votes
1 answer

How to set a Google Maps Marker Icon based on current map filters and a combination of HashMap strings the marker has

It would be very helpful if anyone has any suggestions on the most efficient approach for implementing code to set a map marker icon based on: Filters defined by the user dictating what markers to display( boolean ) Keys contained in a…
Jethro
  • 928
  • 1
  • 10
  • 20
0
votes
1 answer

Starting with IntelliJ and Android CassNotFoundException

I'm trying to switch from Eclipse to IntelliJ IDEA for Android developing. Currently I have an Android application which depends on more than 10 libraries (including third libraries and jars). First of all, when I tried to run the application, I got…
cesards
  • 15,882
  • 11
  • 70
  • 65
0
votes
1 answer

Adding a map in android without using xml?

Can you add a v2 google map to an android app without adding it via an xml file?
user1923613
  • 626
  • 5
  • 11
  • 31
0
votes
1 answer

How to implement isSupported() functions for the android maps v2 native extension

I'm wondering what would be the best way to implement isSupported() method in air native extension which utilizes android maps v2. I know that MapFragment.getMap() returns null if Google Play Services is not installed, but this can be checked only…
tihomir
  • 258
  • 1
  • 10
0
votes
1 answer

NullPointer Exception when using seperate classes instead of one MainActivity

I am trying to develop an android app with a google map v2, location service and some control buttons. I don't want to put all these thing inside one MainActivity class so I thought I could split all the code into some more classes. The MainActivity…
0
votes
1 answer

MapFragment blocked or stunned when application is killed or state saved

I'm getting problems using MapFragment + ListFragment in an Activity, when I use show() and hide() method, everything works ok, but when I have my application in background and I return, I get the GoogleMap stunned or blocked, and I don't know what…
0
votes
1 answer

Android google map Api sha1 and package is error

API_KEY I tried but sha-1;my package is not accepted Error is [Your input was invalid]. This is my sha-1 AndroidManifest.xml
Kumar
  • 623
  • 3
  • 6
  • 16
0
votes
1 answer

Android Maps V2 on Android 2.3.4 Gingerbread

I have a big problem with run simple sample code on my xperia neo v cell (android v 2.3.4). I had import android-support-v4.jar and added google-play-services_lib to project library. Please send me some issue what can solve my problem. My problem…
bakusek
  • 135
  • 3
  • 17