coordinates For Pixels
open fun coordinatesForPixels(@NonNull pixels: List<ScreenCoordinate>): List<Point>
Content copied to clipboard
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`.