Skip to content

Class LocationListListener

Il Kadyrov edited this page Oct 2, 2020 · 4 revisions

Class LocationListListener provides a callback to be invoked when the list of locations will be downloaded from the server. The callback is invoked in the UI thread.

Referenced from: NavigineSdk.

public class LocationListListener
{
  public abstract void onLocationListLoaded(HashMap<Integer, LocationInfo> idToLocationInfoMap);
  public abstract void onLocationListFailed(Error error);
}

Clone this wiki locally