worldToScreen abstract method

ScreenPoint? worldToScreen(
  1. Point worldPoint
)

Transforms the position from world coordinates to screen coordinates.

worldPoint Latitude and longitude information.

Return The point in screen space corresponding to worldPoint; returns none if the point is behind the camera.

Implementation

mapkit_screen_types.ScreenPoint? worldToScreen(
    mapkit_geometry_point.Point worldPoint);