I have a point, and I want to know if it is nearer than 100 miles from some US State border (California for example).
I assume that I would need to use this: US Regions State Boundaries. But if I compare my point with the points of a state polygon, I will only get a result if my point is near some of the polygon's points and not the border itself.
If this is possible, is possible to do something similar with ZIP Codes? For example: I want to get 33139, and every location on my array of locations that is near it.