react-native-geocoder-reborn icon indicating copy to clipboard operation
react-native-geocoder-reborn copied to clipboard

The language of address not change when the locate change in Android

Open trancongdung12 opened this issue 3 years ago • 0 comments

const locationDetail = await Geocoder.geocodePosition( { lat: location.latitude, lng: location.longitude, }, { apiKey: Constants.GOOGLE_MAPS_API_KEY, locale: 'en', forceGoogleOnIos: true, }, );

trancongdung12 avatar Mar 01 '22 09:03 trancongdung12