BJ_213
BJ_213

Reputation: 73

RTL lables in mapbox android

I am using mapbox SDK in android project, Arabic and Hebrew are both written from right-to-left (RTL) instead of the left-to-right (LTR). my problem is persian lables Are written from Left to right. like this :

picture

As you see in screenshot the titles or rendered wrong in Persian Language. for example I marked 3 labels: بهارستان is wrongly rendered as ن ا ت س ر ا ه ب

بازار is wrongly rendered as ر ا ز ا ب

سنگلج is wrongly rendered as ج ل گ ن س

Upvotes: 0

Views: 141

Answers (1)

BJ_213
BJ_213

Reputation: 73

my problem solved. i just update mapbox to latest version. thanks

compile('com.mapbox.mapboxsdk:mapbox-android-sdk:5.2.0-beta.3@aar')

Upvotes: 1

Related Questions