Removed automatic zoom in from
LocationInfomationFragment.onLocationSelected() Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
@@ -209,7 +209,7 @@ public class LocationInfomationFragment extends Fragment implements GeoPointLoca
|
|||||||
|
|
||||||
if(this.mMap != null){
|
if(this.mMap != null){
|
||||||
this.mMap.setMapCenter(point);
|
this.mMap.setMapCenter(point);
|
||||||
this.mMap.setZoom((this.mMap.getMap().getMaxZoomLevel() - 5));
|
// this.mMap.setZoom((this.mMap.getMap().getMaxZoomLevel() - 5));
|
||||||
}
|
}
|
||||||
|
|
||||||
if(this.mListener != null){
|
if(this.mListener != null){
|
||||||
|
|||||||
Reference in New Issue
Block a user