mapbox-maps-ios
mapbox-maps-ios copied to clipboard
[i18n] Add server side localization check and example
This PR adds a warning when attempting to localise the map via Style.localiseLabels(into:forLayerIds:) while having the server-side localization enabled via SettingsServiceInterface.set(key:value:).
Additionally LocalizationSettingsExample has been added to demonstrate how to turn on the server-side localization.
Pull request checklist:
- [x] Describe the changes in this PR, especially public API changes.
- [x] Add a changelog entry to to bottom of the relevant section (typically the
## mainheading near the top). - [x] Review and agree to the Contributor License Agreement (CLA).
Just a note : this will not be included in 10.5.0-beta.1 cc @evil159 @macdrevx
not required now