liveview-native / liveview-native-swiftui-mapkit

MapKit addon library for LiveView Native
3 stars 2 forks source link

Add `MapPolyline` and `stroke` #201

Open carson-katri opened 1 year ago

carson-katri commented 1 year ago

Closes #7

Note The stroke modifier can only be used with Color content at this time:

<MapPolyline modifiers={stroke(:red, style: [line_width: 5])}>
...
</MapPolyline>

Simulator Screenshot - iPhone 14 Pro - 2023-07-25 at 11 18 25