Detecting whether a GPS coordinate falls within a polygon on a map
Here is a java program which uses a function that will return true if a latitude/longitude is found inside of a polygon defined by a list of lat/longs, with demonstration for the state of florida. I’m not sure if it deals with the fact that the lat/long GPS system is not an x/y coordinate plane. … Read more