Class is used to handle for picking objects on the location view. More...
#include <com/navigine/idl/objc/NCPickListener.h>
Inherits <NSObject>.
Instance Methods | |
(void) | - onMapObjectPickComplete:screenPosition: |
Receive the result from LocationWindow pickMapObjectAt method. | |
(void) | - onMapFeaturePickComplete:screenPosition: |
Receive the result from LocationWindow pickMapFeatureAt | |
Class is used to handle for picking objects on the location view.
Referenced from LocationWindow.
Definition at line 21 of file NCPickListener.h.
- (void) onMapFeaturePickComplete: | (nonnull NSDictionary< NSString *, NSString * > *) | mapFeaturePickResult | |
screenPosition: | (CGPoint) | screenPosition |
Receive the result from LocationWindow pickMapFeatureAt
mapFeaturePickResult | dictionary of properties of the picked feature or nil if no objects was found. |
screenPosition | position where the object was picked in pixels. |
- (void) onMapObjectPickComplete: | (nullable NCMapObjectPickResult *) | mapObjectPickResult | |
screenPosition: | (CGPoint) | screenPosition |
Receive the result from LocationWindow pickMapObjectAt
method.
mapObjectPickResult | MapObjectPickResult instance or nil if no objects was found. |
screenPosition | position where the object was picked in pixels. |