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