queryMapForFeatures

Query the rendered annotation around the point

Parameters

callback

query callback

point

the point for querying

fun queryMapForFeatures(point: Point, callback: QueryAnnotationCallback<T>)

Query the rendered annotation around the point

Parameters

callback

query callback

screenCoordinate

the screenCoordinate for querying

fun queryMapForFeatures(screenCoordinate: ScreenCoordinate, callback: QueryAnnotationCallback<T>)