How can add overlay to map on android?
问题 i tried to apply these codes that is in this link. But I'm getting error like NullPointerException. I use fragmentation and here is my function that is in my BaseFragment public void createMapViewForHaritaFragment(IlanList list) { IlanList gelenListe; gelenListe=list; if(gelenListe!=null) { MainActivity parent = getParentActivity(); mMapViewContainer = parent.getmMapViewContainer(); mMapView = parent.getmMapView(); /**/ mc = mMapView.getController(); LocationManager lm = (LocationManager)