pixels For Coordinates
abstract fun pixelsForCoordinates(coordinates: List<Point>): List<ScreenCoordinate>
Content copied to clipboard
Calculates screen coordinates that corresponds to geographical coordinates (i.e., longitude-latitude pair).
The screen coordinates are in \link MapOptions#size platform pixels \endlink relative to the top left of the map (not of the whole screen).
This API isn't supported by Globe projection.
Return
Returns a batch of screen coordinates on the screen in \link MapOptions#size platform pixels \endlink.
Parameters
coordinates
A batch of geographical coordinates on the map to convert to screen coordinates.