mapbox-navigation-ios icon indicating copy to clipboard operation
mapbox-navigation-ios copied to clipboard

Provide the ability to set custom `MapOptions` while initializing `NavigationMapView`.

Open MaximAlien opened this issue 3 years ago • 1 comments

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.

MaximAlien avatar Mar 23 '22 20:03 MaximAlien

Several options of MapOptions are internal, this makes it impossible to use them during overwriting.

MaximAlien avatar Mar 23 '22 21:03 MaximAlien