Geocoding.net
Geocoding.net copied to clipboard
Google geocoder.Geocode ( Address ) returning longitude and Latitiude of current location instead of address be passed?
IEnumerable<Geocoding.Address> addresses = geocoder.Geocode(sAddress ); is returning the address of the current location instead of the address that you are passing it if it doesn't find the address which you are looking for. How do you know when this happens so that I don't save the information for the address I'm looking for when its unable to find it..
thanks,