Loading...
Searching...
No Matches

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
 

Detailed Description

Class is used to handle for picking objects on the location view.

Referenced from LocationWindow.

Definition at line 21 of file NCPickListener.h.

Method Documentation

◆ onMapFeaturePickComplete:screenPosition:

- (void) onMapFeaturePickComplete: (nonnull NSDictionary< NSString *, NSString * > *) mapFeaturePickResult
screenPosition: (CGPoint) screenPosition 

Receive the result from LocationWindow pickMapFeatureAt

Parameters
mapFeaturePickResultdictionary of properties of the picked feature or nil if no objects was found.
screenPositionposition where the object was picked in pixels.

◆ onMapObjectPickComplete:screenPosition:

- (void) onMapObjectPickComplete: (nullable NCMapObjectPickResult *) mapObjectPickResult
screenPosition: (CGPoint) screenPosition 

Receive the result from LocationWindow pickMapObjectAt method.

Parameters
mapObjectPickResultMapObjectPickResult instance or nil if no objects was found.
screenPositionposition where the object was picked in pixels.

The documentation for this protocol was generated from the following file: