Skip to content

Type Alias: ExpoFpLine

ExpoFpLine = object

Defined in: types.ts:478

Represents a line segment in a route.

Properties

endPoint

endPoint: ExpoFpPoint

Defined in: types.ts:482

Ending point of the line segment


startPoint

startPoint: ExpoFpPoint

Defined in: types.ts:480

Starting point of the line segment


weight?

optional weight: number

Defined in: types.ts:484

Optional weight or cost of traversing this line segment