Interface: BoundaryVector
Defined in: src/sdk/navigation/Facilities.ts:1443
A vector in a boundary border geometry.
Properties
lat
readonlylat:number
Defined in: src/sdk/navigation/Facilities.ts:1455
The latitude of the vector.
lon
readonlylon:number
Defined in: src/sdk/navigation/Facilities.ts:1458
The longitude of the vector.
originId
readonlyoriginId:number
Defined in: src/sdk/navigation/Facilities.ts:1452
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
readonlyradius:number
Defined in: src/sdk/navigation/Facilities.ts:1461
The radius of the vector, if any.
type
readonlytype:BoundaryVectorType
Defined in: src/sdk/navigation/Facilities.ts:1445
The type of the vector.