Hi,

How do I define a Trade Area using Google Maps API and search whether
an address is inside or outside the boundary defined by the Trade Area
polygon. This is what I intend to do:

One time setup activity:
Geocode the Trade Area boundary points of each store's serviceability
zone and store them as arrays of lats & longs in the database

For each user request:
1. Geocode the user's address on the fly
2. Use the geocode returned in step 1 to search under which store's
serviceability zone does this user's address belong.

Please advise whether this is the right aproach.
How do I achieve step 2 above using Google Maps API?

hbagchi

--~--~---------~--~----~------------~-------~--~----~
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