cameraPosition abstract method

CameraPosition? cameraPosition()

Calculates the camera position that projects the current location into view. If the current location is unknown, returns none. If the current location is known, returns the camera position that displays the location position.

Implementation

mapkit_map_camera_position.CameraPosition? cameraPosition();