Class is used to handle for picking objects on the location view. More...
Public Member Functions | |
void | onMapObjectPickComplete (MapObjectPickResult mapObjectPickResult, math.Point< double > screenPosition) |
Receive the result from LocationWindow pickMapObjectAt method. | |
void | onMapFeaturePickComplete (Map< String, String > mapFeaturePickResult, math.Point< double > 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 25 of file pick_listener.dart.
void PickListener.onMapFeaturePickComplete | ( | Map< String, String > | mapFeaturePickResult, |
math.Point< double > | 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 PickListener.onMapObjectPickComplete | ( | MapObjectPickResult | mapObjectPickResult, |
math.Point< double > | 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. |