This is a .NET console application that uses the Azure Maps Search SDK to perform reverse geocoding — converting coordinates (longitude and latitude) into a human-readable address.
- Prompts user for coordinates (longitude & latitude)
- Uses Azure Maps to look up the address
- Outputs the formatted address to the console
Before you begin, make sure you have the following installed:
- .NET SDK 6.0 or later
- An Azure Maps account
- A valid Azure Maps Subscription Key
git clone https://github.com/seesi/MapsDemo.git
cd MapsDemoexport SUBSCRIPTION_KEY="your-azure-maps-subscription-key"dotnet run