requestObjectsAtPoint

open fun requestObjectsAtPoint(    x: Float,     y: Float,     callback: RequestObjectCallback): Int

Requests the information about point on map

Return

unique id of the request

Parameters

x

X screen coordinate

y

Y screen coordinate

Throws