This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
[android] Write "collator" wrappers for Expression.java #12268
Labels
Android
Mapbox Maps SDK for Android
Milestone
Follow-on for #11869: Android now supports "collator" expressions, but they're not directly exposed via the SDK. Collator expressions take a dictionary-style object as an argument, e.g.:
["collator", {"case-sensitive": false, "diacritic-sensitive": true, "locale": "en"}]
This is a new pattern so we'll have to figure out the right Java-appropriate way to wrap it.
/cc @LukasPaczos @tobrun
The text was updated successfully, but these errors were encountered: