Type Alias: ExpoFpLine
ExpoFpLine =
object
Defined in: types.ts:594
Represents a line segment in a route.
Properties
endPoint
endPoint:
ExpoFpPoint
Defined in: types.ts:598
Ending point of the line segment
startPoint
startPoint:
ExpoFpPoint
Defined in: types.ts:596
Starting point of the line segment
weight?
optionalweight:number
Defined in: types.ts:600
Optional weight or cost of traversing this line segment