The goal of this ticket is to explore multiple ways to make the NavigationMapView usable in the same fashion as the SwiftUI-DSL MapView. This includes:
Giving the NavigationMapView the same ViewModifiers as the MapView. There are several potential ways to achieve this (wrap the modifiers, abstract them so that both the MapView and NavigationMapView can inherit them, etc).
Ensure the NavigationMapView has all of the input args that the MapView has.
Move as many navigation specific features upstream to the NavigationViews.
The goal of this ticket is to explore multiple ways to make the
NavigationMapView
usable in the same fashion as the SwiftUI-DSLMapView
. This includes:NavigationViews
.