Skip to content

Geocoding geocoding.getFromLocation(lat, long) returns junk characters for non-English address - Only in iOS (Works perfectly fine in Android) #11

Description

@kamilkafoor

Whenever we try to retrieve an address through geocoding.getFromLocation(lat, long) for Saudi Arabia or Germany, we get junk characters in the place of Arabic or German. This issue is only applicable to non-english address such as Arabic or German. Any help is really appreciated.

`[{
"latitude": 24.674337641395116,
"longitude": 46.740988469810105,
"name": "3458 Ibrahim Al Nusair Alley - \M-X\M--\M-Y\M^J \M-X\M-'\M-Y\M^D\M-Y\M^E\M-Y\M^D\M-X\M-2",
"isoCountryCode": "SA",
"country": "Saudi Arabia",
"postalCode": "12832",
"administrativeArea": "Riyadh Region",
"subAdministrativeArea": "Riyadh",
"locality": "\M-X\M-'\M-Y\M^D\M-X\M-1\M-Y\M^J\M-X\M-'\M-X\M-6",
"subLocality": "\M-X\M--\M-Y\M^J \M-X\M-'\M-Y\M^D\M-Y\M^E\M-Y\M^D\M-X\M-2",
"thoroughfare": "Ibrahim Al Nusair Alley",
"subThoroughfare": "3458",
"ios": {}
}]

[{
"latitude": 50.98037401864826,
"longitude": 10.333605520427225,
"name": "Karolinenstra\M-C\M^_e 26B",
"isoCountryCode": "DE",
"country": "Germany",
"postalCode": "99817",
"administrativeArea": "Thuringia",
"subAdministrativeArea": "Eisenach",
"locality": "Eisenach",
"subLocality": null,
"thoroughfare": "Karolinenstra\M-C\M^_e",
"subThoroughfare": "26B",
"ios": {}
}]`

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions