Skip to main content

Interface: BoundaryVector

A vector in a boundary border geometry.

Properties

lat

Readonly lat: number

The latitude of the vector.

Defined in

src/sdk/navigation/Facilities.ts:1030


lon

Readonly lon: number

The longitude of the vector.

Defined in

src/sdk/navigation/Facilities.ts:1033


originId

Readonly originId: number

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.

Defined in

src/sdk/navigation/Facilities.ts:1027


radius

Readonly radius: number

The radius of the vector, if any.

Defined in

src/sdk/navigation/Facilities.ts:1036


type

Readonly type: BoundaryVectorType

The type of the vector.

Defined in

src/sdk/navigation/Facilities.ts:1020