public interface DeepHitTestQuery
| Modifier and Type | Method and Description |
|---|---|
java.util.SortedSet<MapItem> |
deepHitTest(MapView mapView,
HitTestQueryParameters params)
Perform a hit-test given a set of query parameters
NOTE: This is called on the GL thread
|
java.util.SortedSet<MapItem> deepHitTest(MapView mapView, HitTestQueryParameters params)
mapView - Map view instanceparams - Hit-test query parameters (location of hit, bounds, etc.)