reverseGeocode method

Future<List<GeocodeResult>> reverseGeocode({
  1. required ArcGISPoint location,
  2. ReverseGeocodeParameters? parameters,
})

Finds address with parameters by location point.

Executes a reverse-geocoding operation to find address candidates for a given location.

Parameters:

  • location — The location point.
  • parameters — The reverse geocode parameters.

Return Value: A Future returning a List of GeocodeResult