Inheritance diagram for com.navigine.idl.java.internal.LocationBinding:Public Member Functions | |
| native boolean | isValid () |
| ElevationGraph | getElevationGraph (String tag) |
| Method returns location elevation graph ElevationGraph for specified tag. | |
| ArrayList< String > | getGraphTags () |
| Method returns list of available graph tags. | |
| Sublocation | getSublocationById (int id) |
| Method is used for obtaining a sublocation with the specified identifier from the current location. | |
| Category | getCategoryById (int id) |
| Method is used for obtaining a category with the specified identifier from the current location. | |
| int | getId () |
| location's identifier. | |
| int | getVersion () |
| location's version. | |
| String | getName () |
| location name. | |
| String | getDescript () |
| location's description. | |
| ArrayList< Category > | getCategories () |
| List of venue categories defined for the location Category. | |
| ArrayList< Sublocation > | getSublocations () |
| List of sublocations Sublocation. | |
| boolean | getModified () |
| Flag indicates if location has been modified by user or not. | |
Definition at line 14 of file LocationBinding.java.
|
inline |
List of venue categories defined for the location Category.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 85 of file LocationBinding.java.
|
inline |
Method is used for obtaining a category with the specified identifier from the current location.
| id | category identifier. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 50 of file LocationBinding.java.
|
inline |
location's description.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 78 of file LocationBinding.java.
|
inline |
Method returns location elevation graph ElevationGraph for specified tag.
| tag | Graph tag in CMS |
null. Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 29 of file LocationBinding.java.
|
inline |
Method returns list of available graph tags.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 36 of file LocationBinding.java.
|
inline |
location's identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 57 of file LocationBinding.java.
|
inline |
Flag indicates if location has been modified by user or not.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 99 of file LocationBinding.java.
|
inline |
location name.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 71 of file LocationBinding.java.
|
inline |
Method is used for obtaining a sublocation with the specified identifier from the current location.
| id | sublocation identifier. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 43 of file LocationBinding.java.
|
inline |
List of sublocations Sublocation.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 92 of file LocationBinding.java.
|
inline |
location's version.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Location.
Definition at line 64 of file LocationBinding.java.
| native boolean com.navigine.idl.java.internal.LocationBinding.isValid | ( | ) |
Tells if this Location is valid or not. Any other method (except for this one) called on an invalid Location will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.Location.