I am starting my first open source ASP.NET project in C #. The data that the web application will display is closely related to the geographical coordinates of the cities.
Now I want to implement a user interface where the web application user can select the desired city and submit the form, and behind the scenes I want to get the coordinates of the selected city, so I can do the calculations.
Now I wonder if there are any free services or library that I can implement to get the desired results?
Does Google Maps provide this feature or are there other services with databases of cities around the worlds and their coordinates?
source share