Interface: BoundaryVector
Defined in: src/sdk/navigation/Facilities.ts:1030
A vector in a boundary border geometry.
Properties
lat
readonly
lat:number
Defined in: src/sdk/navigation/Facilities.ts:1042
The latitude of the vector.
lon
readonly
lon:number
Defined in: src/sdk/navigation/Facilities.ts:1045
The longitude of the vector.
originId
readonly
originId:number
Defined in: src/sdk/navigation/Facilities.ts:1039
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:1048
The radius of the vector, if any.
type
readonly
type:BoundaryVectorType
Defined in: src/sdk/navigation/Facilities.ts:1032
The type of the vector.