Skip to main content

Interface: BoundaryVector

Defined in: src/sdk/navigation/Facilities.ts:1415

A vector in a boundary border geometry.

Properties

lat

readonly lat: number

Defined in: src/sdk/navigation/Facilities.ts:1427

The latitude of the vector.


lon

readonly lon: number

Defined in: src/sdk/navigation/Facilities.ts:1430

The longitude of the vector.


originId

readonly originId: number

Defined in: src/sdk/navigation/Facilities.ts:1424

The origin ID of the vector. If the type is Origin, then this is the ID of the vector. If the type is not Origin, then this is the ID of the origin vector that relates to the current vector.


radius

readonly radius: number

Defined in: src/sdk/navigation/Facilities.ts:1433

The radius of the vector, if any.


type

readonly type: BoundaryVectorType

Defined in: src/sdk/navigation/Facilities.ts:1417

The type of the vector.