Skip to content

Type Alias: ExpoFpLine

ExpoFpLine = object

Defined in: types.ts:644

Represents a line segment in a route.

Properties

endPoint

endPoint: ExpoFpPoint

Defined in: types.ts:648

Ending point of the line segment


startPoint

startPoint: ExpoFpPoint

Defined in: types.ts:646

Starting point of the line segment


weight?

optional weight: number

Defined in: types.ts:650

Optional weight or cost of traversing this line segment