General information about location. More...
Public Member Functions | |
| LocationInfo (int id, int version, String name) | |
| Default constructor for class LocationInfo. | |
| int | getId () |
| Unique location identifier. | |
| int | getVersion () |
| Current location version. | |
| String | getName () |
| location name. | |
| String | toString () |
General information about location.
Referenced from: LocationListListener, LocationListListener
Definition at line 16 of file LocationInfo.java.
|
inline |
Default constructor for class LocationInfo.
Definition at line 28 of file LocationInfo.java.
|
inline |
Unique location identifier.
Java code snippet:
Kotlin code snippet:
Definition at line 49 of file LocationInfo.java.
|
inline |
location name.
Java code snippet:
Kotlin code snippet:
Definition at line 81 of file LocationInfo.java.
|
inline |
Current location version.
Java code snippet:
Kotlin code snippet:
Definition at line 65 of file LocationInfo.java.
|
inline |
Definition at line 86 of file LocationInfo.java.