I am trying to create an app that when a street address (Street, city,
state, zip) is given, a map is displayed along with a point indication
where on that map the address is. I have done some quick searches, but
haven’t found exactly what I am looking for. Anybody done anything like
this? Thanks,
On Wed, Feb 13, 2008 at 06:36:48PM +0100, Shandy N. wrote:
I am trying to create an app that when a street address (Street, city,
state, zip) is given, a map is displayed along with a point indication
where on that map the address is. I have done some quick searches, but
haven’t found exactly what I am looking for. Anybody done anything like
this? Thanks,
You’ll need to understand geocoding, and you’ll need to understand the
Google Maps API (JavaScript). Some googling with those terms, plus
possibly
rails, will get you the information you need. I think there’s some sort
of
geocoding rails plugin out there, too, but I haven’t used it.