Top "Supportmapfragment" questions

A Map component in an app.

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 …

android google-maps google-maps-markers google-maps-api-2 supportmapfragment
Android - SupportMapFragment with GoogleMaps API 2.0 giving IllegalArgumentException

I 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 supportmapfragment
getMapAsync() in Fragment

I 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 supportmapfragment
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/…

android android-maps-v2 supportmapfragment
How to disable scrolling of AppBarLayout in CoordinatorLayout?

I 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-appbarlayout
How to use SupportMapFragment inside a Fragment?

I know that there has been an issue in using a nested fragment. But my application was designed to run …

android google-maps supportmapfragment
Android cannot find symbol method getMap()

I have a gps app that works fine on my phone. However, I see there were people having a null …

java android google-maps supportmapfragment
Android GoogleMap or SupportMapFragment - null pointer exception

In 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 supportmapfragment
Binary XML file line #1: Error inflating class fragment MapFragment

I 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