Skip to content

Class LocationListListener

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

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 void onLocationListLoaded(HashMap<Integer, LocationInfo> idToLocationInfoMap);
  public void onLocationListFailed(Error error);
}

Clone this wiki locally