/** 更新用户位置 */
 public void onEvent(EventLocate event) {
   mController.updateLocation(event.longitude, event.latitude);
 }