Android Open Source - Locations On Location Load Listener






From Project

Back to project page Locations.

License

The source code is released under:

Apache License

If you think the Android project Locations listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Java Source Code

package org.ixming.android.location.baidu;

public interface OnLocationLoadListener {
  
  void onLocationLoad(LocationInfo locationInfo);

  void onLocationFailed(String errorTip);
  
}




Java Source Code List

org.ixming.android.location.baidu.LocationInfo.java
org.ixming.android.location.baidu.LocationModule.java
org.ixming.android.location.baidu.OnLocationLoadListener.java