Skip to content

Seesi/MapsDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌍 Azure Maps Reverse Geocoding Console App

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.


📦 Features

  • Prompts user for coordinates (longitude & latitude)
  • Uses Azure Maps to look up the address
  • Outputs the formatted address to the console

🧰 Prerequisites

Before you begin, make sure you have the following installed:


🛠️ Setup Instructions

1. Clone the Repository

git clone https://github.com/seesi/MapsDemo.git
cd MapsDemo

2. Set Environment variable

export SUBSCRIPTION_KEY="your-azure-maps-subscription-key"

3. Run console app

dotnet run

Languages