No frills geocoding - john dimatos
Jump to navigation
Jump to search
Building on last week's homework, DAP2 uses gathers a name, an address, and a type of place from the user.
here's the mySQL table:
The address, expected in the form '721 broadway, NY NY' is inserted into the address field. Observing the table structure, you'll notice there are latitude and longitude fields that are created empty for every new insert.
based on this google [| tutorial] DAP2 does a SQL query on the database and creates a google search query using the address via
