Class is used for downloading locations list from the server and providing it to the user. More...
Inherits Finalizable.
Public Member Functions | |
void | addLocationListListener (LocationListListener listener) |
Method is used to add LocationListListener element which will notify about newly downloaded list of available locations. | |
void | removeLocationListListener (LocationListListener listener) |
Method is used for removing previously added LocationListListener class element. | |
void | updateLocationList () |
Method is used to force reload location list. | |
Class is used for downloading locations list from the server and providing it to the user.
Referenced from NavigineSdk.
Definition at line 20 of file location_list_manager.dart.
void LocationListManager.addLocationListListener | ( | LocationListListener | listener | ) |
Method is used to add LocationListListener element which will notify about newly downloaded list of available locations.
listener | Сorresponding LocationListListener class. |
void LocationListManager.removeLocationListListener | ( | LocationListListener | listener | ) |
Method is used for removing previously added LocationListListener class element.
listener | Сorresponding LocationListListener class to remove. |
void LocationListManager.updateLocationList | ( | ) |
Method is used to force reload location list.