|
|
|
|
|
|
This function displays all known information about an Canadian Zip/Postal Code.
Information returned includes City , Province, Area Code, Time Zone, and Daylight Savings.
|
|
|
|
|
This function finds all known Canadian Zip/Postal Code(s). associated with a Canadian City Name.
|
|
|
|
|
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.
|
|
|
|
|
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 a valid zip code, and a canadian postal code. 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 aCanadian postal code, and a radius in miles to define the search radius. A radius of no more than 40 miles
is allowed by the function. The function returns all postal 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 40 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.
|
|
|
|
|
The user enters a an area code. The function returns all zip codes, and their city information, which fall within the entered area code.
|
|