Skip to content

Class LocationEditListener

Il Kadyrov edited this page Nov 5, 2020 · 2 revisions

LocationEditListener provides a callback to be invoked when the location will be changed or uploaded using LocationEditManager class. The callback is invoked in the UI thread.

Referenced from: LocationEditManager.

public class LocationEditListener
{
  public void onLocationUploaded();
  public void onUploadProgress(int uploaded, int total);
  public void onLocationEditError(Error error);
}
Clone this wiki locally