I am doing some initial research this and I know very little about the subject. I need to create a solution that can take an address and then determine if that address is within some predefined boundaries (probably a series of connected streets). Does anybody have some advice on where to get started?
Asked
Active
Viewed 3,060 times
1 Answers
7
First you need to geocode the address (http://code.google.com/apis/maps/documentation/geocoding/), then you can use my point in polygon library to check if it is in the bounds. Check it out here: http://blog.appdelegateinc.com/point-in-polygon-checking-with-google-maps.html
Update: Check out the comments for someone who updated it to work with v3.

Matt Williamson
- 39,165
- 10
- 64
- 72
-
That is great, I can't think of a better way to get introduced. – ProgrammingPope Nov 03 '10 at 19:04
-
Sorry. Switched to Amazon Cloudfront/S3 a while back. Updated. – Matt Williamson Aug 19 '13 at 15:00