Android Open Source - location-data I Location Callback






From Project

Back to project page location-data.

License

The source code is released under:

GNU General Public License

If you think the Android project location-data 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 com.example.locationtracker;

import android.location.Location;

public interface ILocationCallback {
  public void call(Location location);
}




Java Source Code List

com.example.locationtracker.CachedRequesterDbHelper.java
com.example.locationtracker.CachedRequester.java
com.example.locationtracker.GPSTracker.java
com.example.locationtracker.GeoLocation.java
com.example.locationtracker.ILocationCallback.java
com.example.locationtracker.MainActivity.java