private void retrieveInitialLocation() {
   MyLocationManager.LocationEvent event =
       (MyLocationManager.LocationEvent)
           mBus.getStickyEvent(MyLocationManager.LocationEvent.class);
   mLocation = event.location;
 }