coordinatesForPixels

open fun coordinatesForPixels(@NonNull pixels: List<ScreenCoordinate>): List<Point>

Calculates geographical `coordinates` (i.e., longitude-latitude pairs) that correspond to `screen coordinates`. The screen coordinates are in `platform pixels` relative to the top left corner of the map (not of the whole screen).

Return

A `geographical coordinates` that correspond to a given `screen coordinates`.

Parameters

pixels

A `screen coordinates` in `platform pixels`.