Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 680 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 680 Bytes

Address Finder

Description

C# application where addresses can be found using the Google Places & Geocoding API.

Preview

Google API Key

Get API Key

Note: API-Key must be activated for Google-Places API & Google-Geocoding API

Set API-Key

Navigate to ./AddressFinder/AddressForm.cs

private static protected string apiKey = "<your-api-key>";

Dependencies