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