area
area copied to clipboard
Return closest zip for lat/long coordinates
Currently Array#to_region
code just checks for an exact match, which is pretty much guaranteed to fail in case of user supplied coordinates from, say, geolocation apis. Shouldn't we at least try to return the closest region based on distance?