mapbox-navigation-ios
mapbox-navigation-ios copied to clipboard
Provide the ability to set custom `MapOptions` while initializing `NavigationMapView`.
At this point during NavigationMapView initialization Navigation SDK sets MapOptions that cannot be overridden in future by the end user. In scope of this ticket user should be provided with an opportunity to override such MapOptions. It should not be possible to override pixel ratio value of MapOptions as it's used for CarPlay support.
Several options of MapOptions are internal, this makes it impossible to use them during overwriting.