Inheritance diagram for com.navigine.idl.java.internal.SublocationBinding:Public Member Functions | |
| native boolean | isValid () |
| android.graphics.Bitmap | getImage (Integer maxTextureSize) |
| Method is used to obtain origin sublocation image with specified maxTextureSize. | |
| LocationPoint | globalToLocal (GlobalPoint globalPoint) |
| GlobalPoint | localToGlobal (LocationPoint localPoint) |
| Method is used for converting the local sublocation coordinates to the global geographic coordinates (latitude and longitude) using the geographic binding of the sublocation. | |
| Graph | getGraph (String tag) |
Method is used to obtain graph (within the current sublocation) with the specified identifier or null if no such graph. | |
| Venue | getVenueById (int id) |
Method returns the venue (within the current sublocation) with the specified identifier or null if no such venue exists. | |
| Zone | getZoneById (int id) |
Method returns the zone (within the current sublocation) with the specified identifier or null if no such zone exists. | |
| int | getId () |
| sublocation's identifier. | |
| int | getLocation () |
| location's identifier to which the sublocation belongs. | |
| String | getName () |
| sublocation's name. | |
| float | getWidth () |
| sublocation's width in meters. | |
| float | getHeight () |
| sublocation's height in meters. | |
| Float | getAltitude () |
| sublocation's altitude in meters if specified. | |
| float | getAzimuth () |
| sublocation's azimuth in degrees clockwise. | |
| GlobalPoint | getOriginPoint () |
| sublocation's center point in WGS84 coordinates GlobalPoint. | |
| String | getLevelId () |
| sublocation's levelId. | |
| String | getExternalId () |
| sublocation's externalId. | |
| String | getBuildingName () |
| sublocation's building name (e.g. "Outdoor" for overview plan). | |
| ArrayList< Beacon > | getBeacons () |
| List of beacons, attached to this sublocation Beacon. | |
| ArrayList< Eddystone > | getEddystones () |
| List of eddystones, attached to this sublocation Eddystone. | |
| ArrayList< Wifi > | getWifis () |
| List of wifis, attached to this sublocation Wifi. | |
| ArrayList< ReferencePoint > | getReferencePoints () |
| ArrayList< Venue > | getVenues () |
| List of venues, attached to this sublocation Venue. | |
| ArrayList< Zone > | getZones () |
| List of zones, attached to this sublocation Zone. | |
Definition at line 20 of file SublocationBinding.java.
|
inline |
sublocation's altitude in meters if specified.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 112 of file SublocationBinding.java.
|
inline |
sublocation's azimuth in degrees clockwise.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 119 of file SublocationBinding.java.
|
inline |
List of beacons, attached to this sublocation Beacon.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 154 of file SublocationBinding.java.
|
inline |
sublocation's building name (e.g. "Outdoor" for overview plan).
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 147 of file SublocationBinding.java.
|
inline |
List of eddystones, attached to this sublocation Eddystone.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 161 of file SublocationBinding.java.
|
inline |
sublocation's externalId.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 140 of file SublocationBinding.java.
|
inline |
Method is used to obtain graph (within the current sublocation) with the specified identifier or null if no such graph.
| tag | graph tag. |
null Graph.Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 56 of file SublocationBinding.java.
|
inline |
sublocation's height in meters.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 105 of file SublocationBinding.java.
|
inline |
sublocation's identifier.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 77 of file SublocationBinding.java.
|
inline |
Method is used to obtain origin sublocation image with specified maxTextureSize.
| maxTextureSize | maximum texture size to render. |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 35 of file SublocationBinding.java.
|
inline |
sublocation's levelId.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 133 of file SublocationBinding.java.
|
inline |
location's identifier to which the sublocation belongs.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 84 of file SublocationBinding.java.
|
inline |
sublocation's name.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 91 of file SublocationBinding.java.
|
inline |
sublocation's center point in WGS84 coordinates GlobalPoint.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 126 of file SublocationBinding.java.
|
inline |
Definition at line 175 of file SublocationBinding.java.
|
inline |
Method returns the venue (within the current sublocation) with the specified identifier or null if no such venue exists.
| id | venue unique identifier. |
null Venue.Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 63 of file SublocationBinding.java.
|
inline |
List of venues, attached to this sublocation Venue.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 182 of file SublocationBinding.java.
|
inline |
sublocation's width in meters.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 98 of file SublocationBinding.java.
|
inline |
List of wifis, attached to this sublocation Wifi.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 168 of file SublocationBinding.java.
|
inline |
Method returns the zone (within the current sublocation) with the specified identifier or null if no such zone exists.
| id | zone unique identifier. |
null Zone.Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 70 of file SublocationBinding.java.
|
inline |
List of zones, attached to this sublocation Zone.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 189 of file SublocationBinding.java.
|
inline |
Method is used for converting the global geographic coordinates (latitude and longitude) to the local sublocation coordinates (x and y) using the geographic binding of the sublocation
| globalPoint | point in WGS84 coordinates GlobalPoint |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 42 of file SublocationBinding.java.
| native boolean com.navigine.idl.java.internal.SublocationBinding.isValid | ( | ) |
Tells if this Sublocation is valid or not. Any other method (except for this one) called on an invalid Sublocation will throw java.lang.RuntimeException.
Reimplemented from com.navigine.idl.java.Sublocation.
|
inline |
Method is used for converting the local sublocation coordinates to the global geographic coordinates (latitude and longitude) using the geographic binding of the sublocation.
| localPoint | point in metrics coordinates LocationPoint |
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.Sublocation.
Definition at line 49 of file SublocationBinding.java.