cameraPositionForGeometry abstract method

CameraPosition cameraPositionForGeometry(
  1. Geometry geometry
)

Calculates the camera position that projects the specified geometry into the current focusRect, or the full view if the focusRect is not set.

Implementation

mapkit_map_camera_position.CameraPosition cameraPositionForGeometry(
    mapkit_geometry_geometry.Geometry geometry);