Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

README.md

Console.Geocoding

Console app that takes an address (from command-line args or stdin) and prints the geocoded latitude/longitude plus Google's formatted address.

Run

GOOGLE_API_KEY=your_api_key dotnet run --project samples/Console.Geocoding -- "1600 Amphitheatre Parkway, Mountain View, CA"

Or omit the address and you'll be prompted:

GOOGLE_API_KEY=your_api_key dotnet run --project samples/Console.Geocoding

What this demonstrates