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

learn more… | top users | synonyms

23
votes
6answers
3k views

Moving MapFragment (SurfaceView) causes black background flickering

I'm trying to implement new Android Google Maps API (v2). However it doesn't seem to go well with SlidingMenu. As you may know, MapFragment implementation is based on SurfaceView. The problem is that ...
2
votes
1answer
407 views

Is there a way to implement rounded corners to a Mapfragment?

I want to give the map a nice looking rounded corners as the two boxes below it have. I can't do it with the map fragment it self because there is not a background property to a fragment. setting the ...
3
votes
2answers
2k views

custom info window adapter with custom data in map v2

I want to make custom info window adapter in map v2 in android as like below. I have seen below link but doesn't get more. 1,2,3, below is my content layout file. <?xml version="1.0" ...
7
votes
3answers
7k views

“Error inflating class fragment” with google map

I tried to make a sample project using Google Map, but I couldn't. Help me please! Test Device : Android 4.0.4 Error Message : 12-29 23:45:32.605: E/AndroidRuntime(9437): FATAL EXCEPTION: main ...
1
vote
1answer
252 views

Restoring map state (position and markers) of Google Maps (V2) on rotate and on back (MapView in Fragment)

Background I have a larger application in which I had/have several problems with new Google Maps API. I tried to describe it in a different question ...
6
votes
1answer
2k views

Google Play services out of date. Requires 3025100 but found 2012110

I'm using the Google maps v2 in my app and am debugging it in the emulator. Since the update on the 26th Feb I now get this error message Google Play services out of date. Requires 3025100 but found ...
4
votes
5answers
1k views

How to change the position of maps api's “Get my location” button

My problem is, that I've implemented AdMob banner ads in my app (located in the top) which uses a map from Google Maps Android Api v2, and it overlaps the "My Location" button. How would you change ...
2
votes
2answers
637 views

How to get Bitmap of MapView from Android Google Maps API V2

I'm updating my app to the new Android Maps API V2 and ran into a problem when trying to get a bitmap image of the currently shown map. In API V1 I did this like so: Bitmap mBitmap; MapViwe mMapView; ...
1
vote
1answer
953 views

error with google maps v2 in tab (MapFragment in Fragment)

I have a fragmentActivity where I build a tabHost and in each tab there is a Fragment. Well, I haver four tabs 3 with info and 1 with a fragment where is included a google-map-v2 (is a fragmentMAp in ...
6
votes
6answers
4k views

Google Maps Android API v2: Failed to Load Map. Could not contact Google Servers

I'm trying to use Google Maps Android API v2, and I have already created the SHA1 key from my release cert. I've read the comments from here and have made everything right, including the permissions ...
4
votes
1answer
1k views

Don't snap to marker after click in android map v2

Currently Android Map v2 snaps to marker location after click. I want to disable this behavior but see no options to do it. Does anybody know how to fix that?
0
votes
1answer
285 views

Google Map Android API v2 getMap() error

Hi I'm trying to implement Google Maps display in my app using Google Map Android API v2, and I am trying to follow the solution in here. Codes seem to be okay except when I tried this part: public ...
3
votes
2answers
660 views

TileProvider using local tiles

I would like to use the new TileProvider functionality of the latest Android Maps API (v2) to overlay some custom tiles on the GoogleMap. However as my users will not have internet a lot of the time, ...
4
votes
0answers
346 views

New gms.maps.MapView rendering lags a bit when in a ListView?

I'm trying to put an instance of the new MapView in a ListView. New mapview being: com.google.android.gms.maps.MapView I'm turning all interactions off, and setting a fixed height for the view: ...
0
votes
1answer
8k views

Android Google Map v2 Example Code [closed]

Can anyone give me a super simple example that implements google map v2? Kind of like what's in here Google Map v2 Documentation. I've tried following the steps there but I just can't make it work. It ...
11
votes
4answers
2k views

Google Maps Android API v2 SupportMapFragment memory leak

Using 2 simple activities. First Activity which only holds a button to start the 2nd Activity which holds the map: Main Activity: public class MainActivity extends Activity { @Override protected ...
1
vote
1answer
767 views

SupportMapFragment or GoogleMap is null

Managed to get the codes error free, however upon launching, I somehow always get a null pointer exception at the line mMap = mapFrag.getMap(); Why is this so? Am I missing some imports or some ...
4
votes
4answers
1k views

Google map android API V2 crashed

I want to load the google map API on my android. I try everything I search but it still crash. this is my MainActivity.java package com.example.androidmapsv2; import android.os.Bundle; import ...
1
vote
1answer
145 views

Maps V2 myLocation blue dot callback

I want to be able to click the blue dot (my location) that is shown on the map. Is there anyway to get a callback from that click? Thanks, Martijn
0
votes
2answers
343 views

Android maps v2 maps becomes unresponsive on orientation changed

I am using new maps api. its working fine.. But when the device orientation changes.. the map become unresponsive. i mean map doesn't react to the user response. This, problem doesn't occurs when i ...
2
votes
1answer
176 views

Using Custom Typeface in Maps V2

Am trying to customize the view of Snippet & Title in MapView using CommonsWare's Example However am not able to Customize the Typeface of the snippet. Any luck?
2
votes
1answer
420 views

Android Google Maps Version 2 Not Displaying

I know there have been a ton of posts on this topic, but I am puzzled. I have (2) different phones that I am testing my App on. The Google Map (Support Map Fragment) displays fine on each device, ...
1
vote
3answers
920 views

Google maps API v2 find Marker by id

You can simply add Markers with the new V2 Google maps API on Android. Because the Markers are recreated on configuration change or on save instance, you have to reference them via its ids. The ...
1
vote
1answer
501 views

Android maps V2 newLatLngBounds with bearing

I'm using the new Android maps V2 with this layout: <fragment xmlns:android="http://schemas.android.com/apk/res/android" xmlns:map="http://schemas.android.com/apk/res-auto" ...
1
vote
1answer
670 views

Google Maps Android API v2 getVisibleRegion() returns 0

I am using the new Google Maps Android API v2 and need to detect latlng coordinates for the corners of my screen view. I use mMap.getProjection().getVisibleRegion() to do this, which works fine the ...
1
vote
2answers
1k views

Google Maps v2 Error on use of setMyLocationEnabled

I am not sure were I went wrong, getting a nullPointerException on using googlemap.setMyLocationEnabled(true) in Google Map v2 example. MainActivity.java File: package ...
0
votes
4answers
106 views

Google Map V2 not working for me . Any sample?

I have used many samples of Google map V2, and i have followed all the things which are necessary for this. But still having problem, only map view is showing and my current location is not being ...
0
votes
1answer
106 views

Android Performance Issue- TabHost - Timer - SetCurrentTab() - Google Maps Api V2

As i said in title i 've got a performance issue on my Android application. I've got a public static tabhost and a timer and a Google Maps. Timer scheduled to work every 3 seconds. It 's updating ...
0
votes
2answers
77 views

Google maps v2 on android devices with minSDK below 11

i have problem with this line when I create project which use Google maps API v2. GoogleMap map = ((MapFragment) getFragmentManager().findFragmentById(R.id.map)) .getMap(); It's says that I ...
0
votes
1answer
174 views

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 ...
0
votes
0answers
171 views

Android Back button very slow

I have an android app with a TabActivity holding 4 tabs - a list view, a map view, another list and a webview. From the list view I can tap an item and it starts another activity, pressing back ...
0
votes
1answer
58 views

RequestFactory validation fails when including Android maps v2 fragment

I have successfully used RequestFactory for a very long time in my Android app, but now when trying to upgrade to maps v2, when I include <fragment ...
0
votes
1answer
553 views

How to re-size fragment and set to Google Map V2?

I am trying to create Facebook like slider from the following answer, where i want to change map width at a run time. I tried inside bindComponent method , but its not working for me.. map.xml ...