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

Add BorderedPolyline composable #80

Closed haysmike closed 1 month ago

haysmike commented 1 month ago

This adds a bordered polyline composable and uses it in the default NavigationMapView to create a nicer route polyline.

image
ianthetechie commented 1 month ago

Nice! I'm pretty open to merging stuff like this quickly and iterating (I'm about to do something similar for banners on Android as well).

Looks like CI flagged a formatting issue. Just run ./gradlew ktfmtFormat and push the changes.