focusPoint property
ScreenPoint?
get
focusPoint
The point on the screen that corresponds to camera position. Changing camera position or focusPoint makes the new camera target appear exactly at the focusPoint on screen.
If focusPoint is null, the center of focusRect is used instead.
Implementation
mapkit_screen_types.ScreenPoint? get focusPoint;
set
focusPoint
(ScreenPoint? val)
Implementation
set focusPoint(mapkit_screen_types.ScreenPoint? val);