I am an ASP.NET web developer (both VB/C#) and I want to create a web
page where, onload, a script will run that will query the
local.google.com database and return an array of every golf
course,address,city,state,and zip in the United States.
To further explain, say I was writing a SQL statement. The
pseudo-code would look something like this:
SELECT Name,Address,City,State,Zip FROM local.google.com
WHERE What="Golf Course"
I don't need the code written for me or anything, I just need to know
a) if this is possible, b) which GoogleAPI I would use to accomplish
this, and c) (optional) a shove in the right direction, such as a URL
with this sample code, or a website that currently does this, or
suggestions, or whatever. |