geoCoordinatesFromPoint

open fun geoCoordinatesFromPoint(x: Int, y: Int): GeoCoordinates

Returns geo coordinates of the point on the map regarding of screen coordinates.

Return

Geo coordinates of the point on the map or null if is not possible to translate.

Parameters

x

X screen coordinate

y

Y screen coordinate

Throws