normalizedPrincipalPoint property

Anchor2D normalizedPrincipalPoint

The normalized principal point. Normalized principal point to be used during navigation. Defaults to (0.5, 0.775), which means the camera will use the position slightly at the bottom of the mapview. Gets the currently set normalized principal point to be used during navigation.

Implementation

Anchor2D get normalizedPrincipalPoint;
void normalizedPrincipalPoint=(Anchor2D value)

The normalized principal point. Normalized principal point to be used during navigation. Defaults to (0.5, 0.775), which means the camera will use the position slightly at the bottom of the mapview. Sets a normalized principal point to be used during navigation.

Implementation

set normalizedPrincipalPoint(Anchor2D value);