pickMapFeatureAt abstract method

void pickMapFeatureAt(
  1. Point<double> point
)

@brief Selects visible map features (e.g., venues) at the specified screen position. @param point Position in screen pixels to pick from. Results are delivered to the PickListener via onMapFeaturePickComplete @see PickListener "PickListener".

Dart code snippet: @snippet location_window_interaction_example.dart dart_LocationWindow_pickMapFeatureAt

Implementation

void pickMapFeatureAt(math.Point<double> point);