Inheritance diagram for com.navigine.idl.java.internal.MapObjectPickResultBinding:Public Member Functions | |
| GlobalPoint | getPoint () |
| WGS84 location of the picked map object GlobalPoint. | |
| Integer | getSublocationId () |
| Floor the picked object is attached to, or null for the outdoor map. | |
| MapObject | getMapObject () |
| Picked map object MapObject. | |
Protected Member Functions | |
| MapObjectPickResultBinding (NativeObject nativeObject) | |
Definition at line 12 of file MapObjectPickResultBinding.java.
|
inlineprotected |
Invoked only from native code.
Definition at line 19 of file MapObjectPickResultBinding.java.
|
inline |
Picked map object MapObject.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObjectPickResult.
Definition at line 41 of file MapObjectPickResultBinding.java.
|
inline |
WGS84 location of the picked map object GlobalPoint.
Java code snippet:
Kotlin code snippet:
Reimplemented from com.navigine.idl.java.MapObjectPickResult.
Definition at line 27 of file MapObjectPickResultBinding.java.
|
inline |
Floor the picked object is attached to, or null for the outdoor map.
Reimplemented from com.navigine.idl.java.MapObjectPickResult.
Definition at line 34 of file MapObjectPickResultBinding.java.