public void guideStop() { this.mGuide = null; LocationState.removeLocationChangeListener(this); for (GuidingListener list : listeners) { list.guideStop(); } }
public void onStop() { super.onStop(); LocationState.removeLocationChangeListener(this); A.getGuidingContent().removeGuidingListener(this); A.getRotator().removeListener(this); }