Inheritance diagram for com.navigine.idl.java.internal.LocationManagerBinding:Public Member Functions | |
| void | addLocationListener (LocationListener listener) |
| Method is used to add LocationListener element which will notify about newly downloaded and set location. | |
| void | removeLocationListener (LocationListener listener) |
| Method is used for removing previously added LocationListener class element. | |
| void | setLocationId (int locationId) |
| Method is used for setting current location, which will be downloaded from server or from storage, if it was downloaded before. Result will be handled by LocationListener. | |
| int | getLocationId () |
| Method returns current location unique identifier. | |
| void | commitChanges () |
| void | revertChanges () |
| void | setLocationUpdateInterval (int interval) |
| Method is used to change interval in seconds check for new version from server Default: 300s. | |
Protected Member Functions | |
| LocationManagerBinding (NativeObject nativeObject) | |
Protected Attributes | |
| Subscription< LocationListener > | weakLocationListenerSubscription |
Definition at line 12 of file LocationManagerBinding.java.
|
inlineprotected |
Invoked only from native code.
Definition at line 19 of file LocationManagerBinding.java.
|
inline |
Method is used to add LocationListener element which will notify about newly downloaded and set location.
| listener | Corresponding LocationListener class. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationManager.
Definition at line 35 of file LocationManagerBinding.java.
|
inline |
Definition at line 63 of file LocationManagerBinding.java.
|
inline |
Method returns current location unique identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationManager.
Definition at line 56 of file LocationManagerBinding.java.
|
inline |
Method is used for removing previously added LocationListener class element.
| listener | Corresponding LocationListener class to remove. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationManager.
Definition at line 42 of file LocationManagerBinding.java.
|
inline |
Definition at line 70 of file LocationManagerBinding.java.
|
inline |
Method is used for setting current location, which will be downloaded from server or from storage, if it was downloaded before. Result will be handled by LocationListener.
| locationId | location id from CMS |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationManager.
Definition at line 49 of file LocationManagerBinding.java.
|
inline |
Method is used to change interval in seconds check for new version from server Default: 300s.
| interval | update interval in seconds |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.LocationManager.
Definition at line 77 of file LocationManagerBinding.java.
|
protected |
Definition at line 24 of file LocationManagerBinding.java.