Skip to content

Type Alias: ExpoFpDirection

ExpoFpDirection = object

Defined in: types.ts:558

Represents a direction or route on the map.

Properties

distance

distance: string

Defined in: types.ts:560

Distance of the route as a formatted string


from?

optional from: ExpoFpBooth

Defined in: types.ts:564

Starting booth of the route


lines

lines: ExpoFpLine[]

Defined in: types.ts:568

Array of line segments that make up the route


time

time: number

Defined in: types.ts:562

Estimated time to traverse the route in seconds


to?

optional to: ExpoFpBooth

Defined in: types.ts:566

Destination booth of the route