pointOfView property
PointOfView
get
pointOfView
Defines the position of the point of view. Cameras use perspective projection, which causes perspective deformations. Perspective projection has an axis, and points on this axis are not affected by perspective deformations. This axis is a line parallel to the view's direction, so its projection to the screen is a point - the "point of view". By default, this point is at the center of the screen, but some applications might want to set it to the center of focusRect. Use this flag to do so. Default: ScreenCenter
Implementation
mapkit_map_point_of_view.PointOfView get pointOfView;
set
pointOfView
(PointOfView val)
Implementation
set pointOfView(mapkit_map_point_of_view.PointOfView val);