maplibre / maplibre-navigation-ios

MapLibre Navigation SDK for iOS
Other
29 stars 27 forks source link

Make it easy to localize the map labels #48

Open boldtrn opened 1 month ago

boldtrn commented 1 month ago

Motivation

In #43 we removed a bit of special Mapbox code. We also found code that allows to select the map labels that match the current users locale: https://github.com/maplibre/maplibre-navigation-ios/blob/3eda16937ca0f69f3ef42eb79c5de7f49919e918/MapboxNavigation/NavigationMapView.swift#L993

We should check how we could make this method easier to use. Maybe we can find a good way to support the common schemas like OMT and make it possible for users to overwrite this if a different schema is used.