Class is used for downloading locations list from the server and providing it to the user. More...
Public Member Functions | |
| abstract void | addLocationListListener (LocationListListener listener) |
| Method is used to add LocationListListener element which will notify about newly downloaded list of available locations. | |
| abstract void | removeLocationListListener (LocationListListener listener) |
| Method is used for removing previously added LocationListListener class element. | |
| abstract void | updateLocationList () |
| Method is used to force reload location list. | |
| abstract HashMap< Integer, LocationInfo > | getLocationList () |
| Method is used to get current location list LocationInfo. | |
Class is used for downloading locations list from the server and providing it to the user.
Referenced from NavigineSdk.
Definition at line 17 of file LocationListManager.java.
|
abstract |
Method is used to add LocationListListener element which will notify about newly downloaded list of available locations.
| listener | Сorresponding LocationListListener class. |
Java code snippet:
Kotlin code snippet:
|
abstract |
Method is used to get current location list LocationInfo.
Java code snippet:
Kotlin code snippet:
|
abstract |
Method is used for removing previously added LocationListListener class element.
| listener | Сorresponding LocationListListener class to remove. |
Java code snippet:
Kotlin code snippet:
|
abstract |
Method is used to force reload location list.
Java code snippet:
Kotlin code snippet: