added map Features

- added zoom limitation
- added avater loading in background
- remove self marker
- added LruBitmapCache
- added getBitmapFromURL
This commit is contained in:
Aran Zaiger 2016-07-07 23:42:12 +03:00
parent cc40033df8
commit b263d3d9c1

View file

@ -157,16 +157,6 @@ public class GmapFragment extends Fragment implements OnMapReadyCallback {
}
};
/**
* This interface must be implemented by activities that contain this
* fragment to allow an interaction in this fragment to be communicated
* to the activity and potentially other fragments contained in that
* activity.
* <p/>
* See the Android Training lesson <a href=
* "http://developer.android.com/training/basics/fragments/communicating.html"
* >Communicating with Other Fragments</a> for more information.
*/
public Bitmap getBitmapFromURL(String imageUrl) {