protected void loadView() {
super.loadView();
System.out.println("loading...");
NavigationItem navigationItem = getNavigationItem();
navigationItem.setTitle("Map");
navigationItem.setLeftBarButtonItem(new BarButtonItem(
EBarButtonSystemItem.CROSS_HAIRS, new UseCurrentLocationClickHandler()));
_locationManager.addGeoLocationHandler(new GeoLocationHandlerImpl());
LatLng currentLocation = _locationManager.getCurrentSearchLocation();