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