queryLayers abstract method

List<QueriedLayer> queryLayers(
  1. Offset screenLocation
)

Queries the map for layers containing rendered features which intersect with a given screenLocation measured in logical pixels.

Implementation

List<QueriedLayer> queryLayers(Offset screenLocation);