Skip to main content

Type Alias: MapFieldOfView

MapFieldOfView = object

Defined in: src/sdk/components/map/MapFieldOfViewCalculator.ts:9

A map range and target solution describing a field of view.

Properties

range

range: number

Defined in: src/sdk/components/map/MapFieldOfViewCalculator.ts:11

The range of the field of view, in great-arc radians.


target

target: GeoPoint

Defined in: src/sdk/components/map/MapFieldOfViewCalculator.ts:14

The target location of the field of view.