Removed automatic zoom in from

LocationInfomationFragment.onLocationSelected()

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-06-02 16:09:20 -04:00
parent 75894fdbf8
commit 4874a12020

View File

@@ -209,7 +209,7 @@ public class LocationInfomationFragment extends Fragment implements GeoPointLoca
if(this.mMap != null){
this.mMap.setMapCenter(point);
this.mMap.setZoom((this.mMap.getMap().getMaxZoomLevel() - 5));
// this.mMap.setZoom((this.mMap.getMap().getMaxZoomLevel() - 5));
}
if(this.mListener != null){