lookAt abstract method

void lookAt(
  1. Point position
)

Sets the view direction to the center of the given geo position.

position The position to look at.

Implementation

void lookAt(mapkit_geometry_point.Point position);