Skip to main content

Type Alias: MapFieldOfView

MapFieldOfView = object

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

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

Properties

range

range: number

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

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


target

target: GeoPoint

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

The target location of the field of view.