Skip to main content

flywave-mapview.mapview.setfovcalculation

Home > @flywave/flywave-mapview > MapView > setFovCalculation

MapView.setFovCalculation() method

Set's the way in which the fov is calculated on the map view.

Signature:

setFovCalculation(fovCalculation: FovCalculation): void;

Parameters

Parameter

Type

Description

fovCalculation

FovCalculation

How the FOV is calculated.

Returns:



void

## Remarks

Note, for this to take visual effect, the map should be rendered after calling this function.