I am curious if it is possible to work out what country we are in based on Lat/Long. If for this purpose Germany, France and Belgium are square and we have the corner lat/long for each of the countries, how can we work out of the lat/long that is queried with is within one of these countries.
For example, Google Maps JS API have the ability to set the LatLongBounds and query if anything is in it. Is there anything like it for C# or am I overlooking something?
Thank you for your time,
Qwan