Innovation Award
 May 2004
Number 7 |
There are certain types of Web applications that can benefit from knowing the exact geographic location of their users. Some of those applications could for instance tell about resources of the interest of the users that are located in their neighborhood.
Most users are not able to tell where they are located, but usually they are able to tell what is the postal zip code of their region. Each zip code can be associated with the approximate geographic coordinates of its region.
Locating resources near the region of an user is a matter of determine which zip codes are located within a reasonable limit distance from the zip code informed by the user.
This class provides a solution this problem suitable for sites of users living the United States. It consists in looking up a database of coordinates of zip codes to figure which other zip codes are located in the same region.
Manuel Lemos |
This class can be used to find all United States zip codes within a given distance range of a given zip code.
It queries a zip code database and will return an array of zip codes plus the distance from the original zip code.
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (88.9%) |
Good (88.9%) |
Sufficient (66.7%) |
- |
- |
- |
Sufficient (60.0%) |
696 |
| Month: |
Not yet rated by the users |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| Link |
Description |
| PEAR DB |
Class requires PEAR DB |