|
|
|
This function displays all known information about an Area Code /Exchange.
Information returned includes City , State, FIPS Code, and recent split data.
|
|
|
This function displays all known information about the 5 digit zip Code the user will enter.
Information returned includes City (and synonym Cities), State, County, Area Code, and Time Zone.
Special Note: If the user enters a zip code not currently defined by the USPS, the next higher zip code
numerically will be returned.
|
|
|
This function displays all possible area codes for any valid Exchange.
|
|
|
The user is asked to enter a valid zip code, and an AreaCode/Exchange. The function then returns the "great circle" distance between the
two zip codes entered. The "great circle" distance is the "as the crow flies" distance. Driving distance will almost always be greater.
|
|
|
The user is asked to enter two valid AreaCodes/Exchanges. The function then returns the "great circle" distance between the
two zip codes entered. The "great circle" distance is the "as the crow flies" distance. Driving distance will almost always be greater.
|
|
|
The user is asked to enter two valid zip codes. The function then returns the "great circle" distance between the
two zip codes entered. The "great circle" distance is the "as the crow flies" distance. Driving distance will almost always be greater.
|
|
|
The user enters an area code/exchange, and a radius in miles to define the search radius. A radius of no more than 75 miles
is allowed by the function. The function returns all area codes/exchanges, and their city information, which fall within the entered radius of the entered data.
|
|
|
The user enters a 5 digit zip code, and a radius in miles to define the search radius. A radius of no more than 75 miles
is allowed by the function. The function returns all area codes/exchanges, and their city information, which fall within the entered radius of the entered zip code.
|
|
|
The user enters an area code and exchange, and a radius in miles to define the search radius. A radius of no more than 75 miles
is allowed by the function. The function returns all zip codes, and their city information, which fall within the entered radius of the entered data.
|
|
|
The user enters a 5 digit zip code, and a radius in miles to define the search radius. A radius of no more than 75 miles
is allowed by the function. The function returns all zip codes, and their city information, which fall within the entered radius of the entered zip code.
|
|