added map Features
- added zoom limitation - added avater loading in background - remove self marker - added LruBitmapCache - added getBitmapFromURL
This commit is contained in:
parent
cc40033df8
commit
b263d3d9c1
1 changed files with 0 additions and 10 deletions
|
@ -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) {
|
public Bitmap getBitmapFromURL(String imageUrl) {
|
||||||
|
|
Loading…
Reference in a new issue