geoCoordinatesFromPoints

open fun geoCoordinatesFromPoints(@NonNull points: List<Point>): List<GeoCoordinates>

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

Return

List of geo coordinates of the point on the map or it is empty if it cannot be translated.

Parameters

points

list of X and Y screen coordinates.

Throws