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