Class is useed to handle information in PickListener. More...
#include <com/navigine/idl/objc/NCMapObjectPickResult.h>
Inherits NSObject.
Properties | |
| NCLocationPoint * | point |
| Location of the picked map object LocationPoint. | |
| NCMapObject * | mapObject |
| Picked map object MapObject. | |
Class is useed 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 51 of file NCMapObjectPickResult.h.
|
readnonatomicassign |
Location of the picked map object LocationPoint.
Swift code snippet:
Objective C code snippet:
Definition at line 36 of file NCMapObjectPickResult.h.