Enabled zoom controls

closes #90

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-06-30 09:11:56 -04:00
parent 3cc7415ac6
commit 0f1449fad2
3 changed files with 6 additions and 4 deletions

View File

@@ -295,6 +295,8 @@ public class MapFragment extends Fragment implements GeoPointLocationListener, O
view.findViewById(R.id.show_both).setOnClickListener(this);
view.findViewById(R.id.parking_timer).setOnClickListener(this);
view.findViewById(R.id.directions).setOnClickListener(this);
this.mMap.setBuiltInZoomControls(true);
return view;
}