On Dec 8, 5:06 am, Hellocruelworld <[email protected]> wrote:
> Rather than re-create the wheel, I am hoping someone may have some code
> that will identify buildings of a particular size within a set of
> parameters. Our objective is to create a tool that a particular set of
> users can use to identify buildings with a footprint of over 60,000
> square feet in the province of Ontario for example.

Sounds like a store locator example, except that "type of store" is
replaced by "size of building".
http://code.google.com/apis/maps/articles/phpsqlsearch.html

Note that the API doesn't have anything to help with building area:
you need to have that data from elsewhere and store it in your
database. Once you have the data and can interrogate the database to
find candidate buildings, the API can map them for you.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Maps API V2" 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