devfd/react-native-geocoder

adminArea on Android is different than on IOS

MobiusHorizons opened this issue · 1 comments

On IOS, the adminArea returned by a call to geocoder.geocodePosition(pos) is a two letter state name in the US. (ie 'AL') On Android, it is returning the full state name (ie 'Alabama'). This should be consistent.

I have the same problem, someone has tried to make AdminArea the same for Android or iOS