Type Alias: ExpoFpDirection
ExpoFpDirection =
object
Defined in: types.ts:420
Represents a direction or route on the map.
Properties
distance
distance:
string
Defined in: types.ts:422
Distance of the route as a formatted string
from?
optionalfrom:ExpoFpBooth
Defined in: types.ts:426
Starting booth of the route
lines
lines:
ExpoFpLine[]
Defined in: types.ts:430
Array of line segments that make up the route
time
time:
number
Defined in: types.ts:424
Estimated time to traverse the route in seconds
to?
optionalto:ExpoFpBooth
Defined in: types.ts:428
Destination booth of the route