queryMapForFeatures

fun queryMapForFeatures(point: Point): T?

Query the rendered annotation around the point

Return

the queried annotation at this point

Parameters

point

the point for querying

fun queryMapForFeatures(screenCoordinate: ScreenCoordinate): T?

Query the rendered annotation around the point

Return

the queried annotation on this screenCoordinate

Parameters

screenCoordinate

the screenCoordinate for querying