A Map component in an app.
I am using Google Map API v2 in my application to show Maps. I have followed all the steps, that …
android google-maps google-maps-markers google-maps-api-2 supportmapfragmentI am trying to use the latest Map API 2.0 provided for Android. I am using the Support Library as I …
android maps android-fragments google-maps-api-2 supportmapfragmentI having trouble implementing Google Map in Fragment. This is my the part of my fragment class: public class FragmentStoreFinderMap …
android google-maps android-fragments android-studio supportmapfragmentWhen opening my SupportMapFragment (Android maps v2) for a second time (calling setContentView) I get the following error: 01-28 16:27:21.374: E/…
android android-maps-v2 supportmapfragmentI want to add a marker on map with long press. Toast in onMapClick() was display with normal tap. But …
android google-maps-markers latitude-longitude google-maps-android-api-2 supportmapfragmentI have MapFragment with parallax effect inside AppBarLayout: I want to disable scrolling on AppBarLayout, because it is not possible …
android android-coordinatorlayout android-collapsingtoolbarlayout supportmapfragment android-appbarlayoutI know that there has been an issue in using a nested fragment. But my application was designed to run …
android google-maps supportmapfragmentI have a gps app that works fine on my phone. However, I see there were people having a null …
java android google-maps supportmapfragmentIn my app i showing google map version2 in a fragment. but i get Null pointer exception at mMap = ((SupportMapFragment) …
android android-maps android-maps-v2 google-play-services supportmapfragmentI have a navigation drawer with some fragments. Each Fragment has a MapFragment in the layout. Initially, when the app …
android google-maps android-fragments supportmapfragment mapfragment