queryMapForFeatures

fun queryMapForFeatures(point: Point): T?

Query the rendered annotation for given point.

Note: using this method blocks the calling thread.

Return

the queried annotation at this point

Parameters

point

the point for querying


fun queryMapForFeatures(screenCoordinate: ScreenCoordinate): T?

Query the rendered annotation for given screen coordinate.

Note: using this method blocks the calling thread.

Return

the queried annotation on this screenCoordinate

Parameters

screenCoordinate

the screenCoordinate for querying