A Map component in an app. This fragment is the single entry-point that exposes a map to an application. It's a wrapper around a view of a map to automatically handle the necessary life cycle needs. Being a fragment, this component can be added to an activity's layout file simply with the XML below. ...

learn more… | top users | synonyms

1
vote
1answer
95 views

How to effectively use Google Maps API V2(with MapFragment, Google Map, Marker etc) to an older app that uses API V1(with MapView, GeoPoint etc),

I was working on a Google Map based project for over 6 months. I was using Google Maps API V1 and its developer API keys. While I was trying to release the app I understood that Google API V1 got ...
0
votes
1answer
44 views

how to get snapshot from Google Map V2

I am wondering to know about how to get snapshot from SupportMapFragment. I have no idea. Please help. Thanks for your advance.
0
votes
1answer
69 views

Remove button overlays from SupportMapFragment

I have a very simple SupportMapFragment to display a small Google map which I use in this view The idea is that the user can click it to view a full screen map. How can I get rid of the +/- button ...
1
vote
1answer
48 views

Map fragment showing black screen

I have a mapfragment in the activity group which shows a map but when a navigate to other activities in the activity group an come back to the map activity it shows balck screen Here is vedio link ...
1
vote
0answers
56 views

How to display a image below the Google Map markers

I'm using the google map api2 in my android application, i have requirement to place a static map image "which show the floor plan" below the markers, I've attached how it look like in iphone app and ...
0
votes
1answer
386 views

Google Maps Android API v2 detect long click on map and add marker not working

I want to add marker on map with long click. but it is not working. normal click is working. Toast in onMapClick() is displayed with normal tap. but long click is not working. Toast in ...
0
votes
1answer
155 views

Map thumbnail in DialogFragment

I'm ripping my hair out trying to display a thumbnail sized map in either an AlertDialog or preferably in a SherlockDialogFragment. I have this in my xml <fragment ...
0
votes
2answers
64 views

Android Google Mapv2 null pointer exception

I am using google map v2 in my application, but when I try to create a object for SupportMapFragment with onActivityCreated() this method is not getting called somebody please help me Here is my ...
0
votes
0answers
107 views

Android: Minimize Google Map rendering time on load, navigation and zoom in/out

I have developed an app for showing greenways on the google map API V2 using SupportFragment. I have three kml files with two files having coordinates for parking and exit points which are shown as ...
0
votes
0answers
34 views

Using two different activities in same application for embedding Maps but not working

Earlier i have made an application in which i have used Maps with Fragment. In XML layout file i have used "fragment" element (using SupportMapFragment) and used in my activity by using setContentView ...
0
votes
0answers
108 views

How to use google Map Api2 along-with-other-fragments-in-an-app

Am trying to create and app with one activity but multiple fragment. i am using android.support.v4.* to build the fragment. Each item i have created so far by extending Fragment, I want to use the ...
0
votes
0answers
56 views

Bring a MapFragment to the front (inside a DialogFragment)

I've successfully inflated a DialogFragment which then programmatically add's a MapFragment into a "target" framelayout. The map displays fine but it seems to have the dialog opaque black background ...
0
votes
1answer
42 views

(Supported)MapFragment lifecycle calls

I am just starting to use MapFragment (or actually SupportedMapFragment as I'm targeting API 8). I never used MapView (V1) in the past. What I notice is that on MapView one was told to make the ...
1
vote
1answer
185 views

SupportMapFragment on a tab. I can only see once

I'm working on a tabbed application using FragmentTabHost. One of my tabs(Fragments) is a map (extends Fragment), and I can only see the first time I select it, If I select other tab and back to map, ...
0
votes
1answer
288 views

Errors with Google Maps Android API V2 and Android 2.3.5

I am trying to use SupportMapFragment class with the Google Maps API v2. But I keep running into this error. I have imported the google-play-services_lib project, and added it to my Java Build Path. ...
0
votes
1answer
581 views

SupportMapFragment Instead of MapFragment

I want to make an android application that uses Google Maps for Android v2. I can show a map. I can even navigate and zoom. But, when I want to search for more operations to make, I can't find any. ...
0
votes
2answers
376 views

SupportMapFragment appearing blank (Map Google V2)

I want to load a SupportMapFragment in a Fragment container. I get no errors, my API Key is fine, Google Play Services Library is imported and all permissions are called. I call the MapFragment this ...
1
vote
1answer
126 views

Using geo location Google maps api v2

I have added a map fragment to my app including a geographic marker and included my play services jar but I'm getting the following error on my marker code: Error: Cannot cast from Fragment to ...
0
votes
1answer
282 views

Only first map is showing with Multiple SupportMapFragment in ViewPager

Background I have a viewpager with three fragments. All the fragments are the new instance of the same fragment class that uses custom map layout or listview depending on the App Settings. But the ...
0
votes
0answers
53 views

Adding a Fragment in onCreate doesn't show but shows in onClickListener

When I try to add a Fragment using FragmentTransaction in onCreate, onStart, or onResume and I run the program on the device, the fragment will briefly flash on the screen and it will disappear. But ...
0
votes
1answer
284 views

this.getView() returns null after creating a map fragment

I am trying to move the My Location button in the Google Maps v2, using the solution as suggested here. The problem I'm having is that I am getting a nullpointerexception, and it turns out that ...
0
votes
1answer
119 views

Issue while using 2 map fragments in One application

I am trying to use two different Map Fragment in two different Fragment Activities. And as per the SupportMapFragment design, I am keeping the map key in the META TAG of the appilcation properties in ...
0
votes
1answer
147 views

How to image from url into InfoWindowAdapter android?

I'm trying to display an image from a url in a "InfoWindowAdapter" ,I have the following code, but does not show me the image .... mMap = getMap(); mMap.setInfoWindowAdapter(new InfoWindowAdapter() ...
4
votes
1answer
505 views

Switching fragments - Google Map Fragment V2 - Activity has been destroyed Error

I have a Maps Activity (SherlockFragmentActivity) that loads in a Maps Fragment that has 2 buttons and switches between showing 2 different fragments (GoogleMapFragment & ScaleImageViewFragment) ...
1
vote
0answers
69 views

Animate Google Map (SupportMapFragement)

I am using GoogleMap API V2 in my application, now i want to animate the whole map layout using Fade_IN and Fade_OUT animations, but when i test my application it is only animating the map overlays i ...
0
votes
2answers
208 views

android GoogleMap is null, displays fine but can't add markers/polylines

I have a GoogleMap which displays fine (within a SupportMapFragment) and uses the GoogleMapOptions for the target camera location. However, I am unable to add markers/polylines to the GoogleMap. Here ...
1
vote
1answer
163 views

Black line showing on map fragment in android

i am developing fragment in android. in my tab there are four fragment (a map fragment in this.) using this mapfregment <fragment ...
2
votes
1answer
1k views

Google Maps API V2 android app on API level 8 up to 17

I am working with the Google maps API V2 and it is going fine. i have a 2.2.2 android device wich i use to debug my app. now i just got a Galaxy Note 2, and when i try to debug on that device the app ...
5
votes
2answers
403 views

Android MapFragment Runtime Error - Could not find class 'maps.j.k'

I'm using a SupportMapFragment with complete success. I'm not having any problems at all. However I'm getting an error during my app's runtime. I'm running on a Gingerbread Phone and it has the ...
0
votes
3answers
307 views

Setting landscape mode only to Android Google Map Fragment

I have a MapFragment class, which will take up the full screen upon calling it. From this question, I understand that forcing a horizontal layout will require changes in the Android Manifest. ...
0
votes
1answer
185 views

Lauching to MapFragment / Pressing back button from MapFragment results in black screen for long period

I have implemented Google Maps Android API v2 in my applcation. Currently I have an Activity which consists of different fragments: public class MyTravelogueActivity extends SherlockFragmentActivity ...
1
vote
0answers
55 views

GoogleMap- Black screen when transiting

I am using GoogleMap along with SherlockMapFragment. After opening up the Google Map (full screen), I clicked on the phone's hardware Back menu. I realized there is a noticeable (1-2 secs) black ...
1
vote
1answer
557 views

SupportMapFragment with ViewPager: Cannot move camera or change map settings

I have a problem with the SupportMapFragment and moving the camera to a location on the map. public class MapPositionFragment extends SupportMapFragment implements LocationListener{ private ...
1
vote
2answers
230 views

ClassNotFoundException reading a Serializable object in a class extending MapFragment in onSaveInstanceState

I have a class extending the SupportMapFragment where i load some data from backend and display the Markers. I also have another fragment which i display the details corresponding to the selected ...
7
votes
2answers
965 views

Error opening SupportMapFragment for second time

When opening my SupportMapFragment (Android maps v2) for a second time (calling setContentView) I get the following error: 01-28 16:27:21.374: E/AndroidRuntime(32743): FATAL EXCEPTION: main 01-28 ...
0
votes
1answer
427 views

Google Maps Android API v2 works only on one phone

I'm working with my team on getting Google Maps to display using their Android API v2. I managed to get the codes up and tested on my own phone and it works perfectly... however when the codes run on ...
0
votes
0answers
209 views

google maps api v.2 - oncamerachange event is never fired

I wrote the following code but the oncamerachange event is never fired (I use android 2.2 phone and google maps api v.2) My MainActivity contains the following: public class MainActivity extends ...
1
vote
1answer
753 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 ...
0
votes
1answer
601 views

getSupportFragmentManager() method is undefined for type MapFragment

I'm trying to implement Google Map display and below are my codes: package com.fragments; import android.os.Bundle; import android.view.LayoutInflater; import android.view.View; import ...
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
281 views

SupportMapFragment in Nexus One

I'm having some problems mixing the old Google Nexus One with the new SupportMapFragment. In a particular landscape view I have an HorizontalScrollView with a map and some info in a way you have to ...
2
votes
1answer
202 views

Another Fragment on top op a Mapview (SupportMapFragment)

Im adding another Fragment to the screen. This screen already has en MapView in a SupportMapFragment so the added Fragment should be on top of the MapView. This new view cover like 2/3 of the screen ...
0
votes
1answer
732 views

NullPointerException whilst trying to add polyline/marker to a GoogleMap

I have a SupportMapFragment with a GoogleMap object (which I have manipulated already using a GoogleMapOptions) and it is displaying/functioning fine, until I call getMap().addPolyline(...) where I ...
4
votes
5answers
6k views

Android - SupportMapFragment with google Map API 2.0 giving error

I am trying to use the latest Map API 2.0 provided for android. I am using the supporting lib as I want to support android 2.2. Following is my code Main Activity class package ...
1
vote
1answer
5k views

How to show multiple markers on MapFragment in Google Map API v2?

I am using Google Map API v2 in my application to show Maps. I have followed all the steps, that is to be followed to enable Google Map in my application. public class PinLocationOnMapView extends ...
1
vote
0answers
368 views

SupportMapFragment into DialogFragment error on inflate map

I'm writing a class to show up a SupportMapFragment into a DialogFragment as shown. The problem is that I'm getting an error "Inflating class fragment", despite of have imported import ...
0
votes
0answers
175 views

Android - Swap SupportMapFragment

I have two xml files (Android layouts) for my Tablet app that, where I want to swap a custom MapFragment with another Fragment if the layout is one-pane layout. Here is the layout I'm using to start ...
2
votes
2answers
2k views

Reference MapView in SupportMapFragment

I have a Fragment which Extends SupportMapFragment. public class PlaceMapsFragment extends SupportMapFragment { private GoogleMap mMap; private LatLng mPosFija; public ...
1
vote
1answer
945 views

SupportMapFragment not showing map in android

I was trying the new MapFragment support for android 2.3 my programe runs fine.. with no errors. BUT I am not able to see the Map. I can only see the + and - signs but no map tiles. here is the ...
0
votes
2answers
2k views

Android [SupportMapFragment] The method findViewById(int) is undefined for the type

public class PlaceMapsFragment extends SupportMapFragment { private GoogleMap mMap; @Override public View onCreateView(LayoutInflater inflater, ViewGroup container, Bundle ...

1 2