Reverse geolocation only returning 1 result

Hi,

I am using Expo’s reverseGeocodeAsync but its usually inaccurate and only returns 1 result. Is there a way to either get better accuracy or have it return more results within a geographic region?

My code:

const reverse = await Location.reverseGeocodeAsync({
      latitude: location.coords.latitude,
      longitude: location.coords.longitude
    });

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.