coordinatesForPixels

abstract fun coordinatesForPixels(pixels: List<ScreenCoordinate>): List<Point>

Calculates geographical coordinates(i.e., longitude-latitude pair) that corresponds to screen coordinates.

The screen coordinates are in \link MapOptions#size platform pixels \endlink relative to the top left of the map (not of the whole screen).

Return

Returns a batch of geographical coordinates corresponding to the screen coordinates on the screen.

Parameters

pixels

A batch of screen coordinates on the screen in \link MapOptions#size platform pixels \endlink.