pixelForCoordinate

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

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

Return

Returns a screen coordinate on the screen in MapOptions.size platform pixels.

Parameters

point

A geographical coordinate on the map to convert to a screen coordinate.

abstract fun pixelForCoordinate(point: Point): ScreenCoordinate