>From a planning perspective, what is the best way to store locations
for the following project:

Website will allow users to login and add "locations" on the map.
These
locations will be stored in a database.  These locations can be
general to broad. For example, someone can input "United States", or
"California, USA", or "Fresno, California, USA", or "123 Main St.,
Fresno, California, USA".

Based on the above example, we have two users: User A and User B.  The
following is recorded:

User A - > 123 Main St., Fresno, California 94454 USA
User B - > Fresno, California

I want to know what information to store based on the above
information for maximum coordination with the API.  Optimally, it
would be good to know, from a database perspective, that User A and
User B can be queried as users who put a marker for "USA" AND
"California" AND "Fresno, CA" but only User A inputted "123 Main St,
Fresno, California, USA".

I will be developing in PHP Mysql and have read the documentation on
interacting with API.  My question is the best method for storing and
grouping user locations.

Any help would be great!






--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Maps API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Maps-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to