4/ Humans think in terms of countries, cities, neighbourhoods, addresses, etc. NOT coordinates.
Here's a basic example: a rental car company might want to know if their car left the country.
Reverse geocoding converts vehicle coords into country.
We work with many vehicle 🚗🚐🛻🚚 🚌 tracking companies
5/ Reverse geocoding may seems simple, but there are lots of things to consider.
First up, different parts of world are structured very differently, with different admin hierarchies and ways to show addresses.
We format the address as expected locally.
BTW - the templates we use to do it are open sourced: https://github.com/OpenCageData/address-formatting Pull requests gladly received!
#geoeducation