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
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
This issue tracks adding number-format expression to the android binding. Core PR is happening in #14840, original core issue in #13632 (which is a gl-js parity issue to mapbox/mapbox-gl-js#7626).
The text was updated successfully, but these errors were encountered:
Besides adding number-format to the Android expression DSL, the actual formatting should be implemented in Java in platform/android/src/string_util.cpp and platform/android/MapboxGLAndroidSDK/src/main/java/com/mapbox/mapboxsdk/utils/StringUtils.java based on NumberFormat.format(double).
This issue tracks adding number-format expression to the android binding. Core PR is happening in #14840, original core issue in #13632 (which is a gl-js parity issue to mapbox/mapbox-gl-js#7626).
The text was updated successfully, but these errors were encountered: