Class is used for downloading locations list from the server and providing it to the user. More...
Inheritance diagram for com.navigine.idl.java.LocationListManager: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 18 of file LocationListManager.java.
|
abstract |
Method is used to add LocationListListener element which will notify about newly downloaded list of available locations.
| listener | Corresponding LocationListListener class. |
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.LocationListManagerBinding.
|
abstract |
Method is used to get current location list LocationInfo.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.LocationListManagerBinding.
|
abstract |
Method is used for removing previously added LocationListListener class element.
| listener | Corresponding LocationListListener class to remove. |
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.LocationListManagerBinding.
|
abstract |
Method is used to force reload location list.
Java code snippet:
Kotlin code snippet:
Reimplemented in com.navigine.idl.java.internal.LocationListManagerBinding.