The "reverse geocode tool" currently only returns the same number of addresses thare are present in the input dataset (it finds the closest address to a point). What would be useful for many applications (for instance in marketing, retail, etc, etc) is the function of being able to return ALL addresses within an area. This would be particularly useful combined with the World geocoder (online)
Examples:
- Based on one or several input point(s) - return all addresses within 1km.
- Return all addresses within a polygon (or buffer or service area)
This functionality would be useful in both Desktop and Online.