stadiamaps / ferrostar

A FOSS navigation SDK built from the ground up for the future
https://stadiamaps.github.io/ferrostar/
Other
81 stars 9 forks source link

ArrivalState from Core for Arrival Views #87

Open Archdoog opened 1 month ago

Archdoog commented 1 month ago

As discussed on call 4/8. We need an arrival object in the state that defines the estimated time of arrival (ETA) and distance remaining. Some ideas are:

  1. Full navigation session - ETA (or duration remaining) and distance remaining
  2. Current leg - ETA (or duration remaining) and distance remaining
  3. All legs - we could also provide rolling ETA on all legs in the navigation session.

@Archdoog - test what happens w/ multiple legs to inform this issue.

ianthetechie commented 1 week ago

Related to #65