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

Clean up most of the nits from the last PR #59

Closed ianthetechie closed 2 months ago

ianthetechie commented 2 months ago

Worth noting that I made a breaking API change to the startNavigation method as well. It now matches the Kotlin interface. It arguably isn't as Swifty, but I think this is probably a better API than accepting half a dozen parameters in 6 months. Moving the config to a separate object which can change, evolve new convenience initializers, etc. seems better.

Also closes #60 and closes #58