Class is used to handle information in PickListener. More...
#include <com/navigine/idl/objc/NCMapObjectPickResult.h>
Inherits NSObject.
Properties | |
| NCGlobalPoint * | point |
| WGS84 location of the picked map object GlobalPoint. | |
| NSNumber * | sublocationId |
| Floor the picked object is attached to, or null for the outdoor map. | |
| NCMapObject * | mapObject |
| Picked map object MapObject. | |
Class is used to handle information in PickListener.
Referenced from PickListener.
Definition at line 21 of file NCMapObjectPickResult.h.
|
readnonatomicassign |
Picked map object MapObject.
Swift code snippet:
Objective C code snippet:
Definition at line 56 of file NCMapObjectPickResult.h.
|
readnonatomicassign |
WGS84 location of the picked map object GlobalPoint.
Swift code snippet:
Objective C code snippet:
Definition at line 36 of file NCMapObjectPickResult.h.
|
readnonatomicassign |
Floor the picked object is attached to, or null for the outdoor map.
Definition at line 41 of file NCMapObjectPickResult.h.