worldToScreen abstract method
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);