pixelsForCoordinates

open fun pixelsForCoordinates(@NonNull coordinates: List<Point>): List<ScreenCoordinate>

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

Return

A `screen coordinates` in `platform pixels` for a given geographical `coordinates`.

Parameters

coordinates

A geographical `coordinates` on the map to convert to `screen coordinates`.