How do i get my exact location, latitude and longitude in windows C# project I have already tried many API's, but all are showing only the city name not the current exact address...HELP ME..!!
Infact, all the API's provide only the city name and latitude,longitude..but not the exact address....i Want the exact address for my ATM project.
Sunny SharmaPosted Jan 29, 2014, 5:39 AM
You have to have the address in database associated to a lat/lang in order to get one. If it doesn't exist in your database, I don't think you have any options.