You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How about a plugin that uses runtime styling to automatically localize map labels into the user’s preferred language? There’s already a robust implementation of this feature in Objective-C targeting the macOS SDK that’s entirely compatible with the iOS SDK:
mapbox/mapbox-gl-native#7031 tracks folding that implementation into the iOS and macOS SDKs proper. In the meantime, the plugin could be useful for developers whose applications ship in multiple markets on the App Store.
How about a plugin that uses runtime styling to automatically localize map labels into the user’s preferred language? There’s already a robust implementation of this feature in Objective-C targeting the macOS SDK that’s entirely compatible with the iOS SDK:
https://github.com/mapbox/mapbox-gl-native/blob/cc1ea759a681cadcfd06fd7bdda79ca6deb38c62/platform/macos/app/MapDocument.m#L346-L393
https://github.com/mapbox/mapbox-gl-native/blob/cc1ea759a681cadcfd06fd7bdda79ca6deb38c62/platform/macos/app/MGLVectorSource+MBXAdditions.m
mapbox/mapbox-gl-native#7031 tracks folding that implementation into the iOS and macOS SDKs proper. In the meantime, the plugin could be useful for developers whose applications ship in multiple markets on the App Store.
mapbox/mapbox-plugins-android#36 is the equivalent on Android.
/cc @ericrwolfe @lukasmartinelli
The text was updated successfully, but these errors were encountered: