Class is used for downloading locations list from the server and providing it to the user.
More...
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.
◆ addLocationListListener()
abstract void com.navigine.idl.java.LocationListManager.addLocationListListener |
( |
LocationListListener | listener | ) |
|
|
abstract |
Method is used to add LocationListListener element which will notify about newly downloaded list of available locations.
- Note
- Do not forget to remove listener if it is no longer needed!
- Parameters
-
◆ getLocationList()
abstract HashMap< Integer, LocationInfo > com.navigine.idl.java.LocationListManager.getLocationList |
( |
| ) |
|
|
abstract |
Method is used to get current location list LocationInfo.
- Returns
- dictionary {location_id -> location_info}
◆ removeLocationListListener()
abstract void com.navigine.idl.java.LocationListManager.removeLocationListListener |
( |
LocationListListener | listener | ) |
|
|
abstract |
◆ updateLocationList()
abstract void com.navigine.idl.java.LocationListManager.updateLocationList |
( |
| ) |
|
|
abstract |
Method is used to force reload location list.
The documentation for this class was generated from the following file: