pixelsForCoordinates

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

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

Return

Returns a batch of screen coordinates on the screen in MapOptions.size platform pixels.

Parameters

coordinates

A batch of geographical coordinates on the map to convert to screen coordinates.

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