coordinateForPixel

abstract fun coordinateForPixel(@NonNull pixel: ScreenCoordinate): Point

Calculates a geographical `coordinate` (i.e., longitude-latitude pair) that corresponds to a `screen coordinate`. The screen coordinate is in `platform pixels`relative to the top left corner of the map (not of the whole screen).

Return

A geographical `coordinate` corresponding to a given `screen coordinate`.

Parameters

pixel

A `screen coordinate` on the screen in `platform pixels`.