6
Hi.
I did create something similar to the google maps module. It uses the google maps API.
But also, one thing i was attempting to accomplish is to make a site where you could type in a location, and it will show things in/near that city/country.
This is really just a test site, and i am working on some improvements like putting international cities/countries in there. Right now, only the US is there.
Basically how i did it is i made a library that allows locations to be put in the database along with other (arbitrary) items like forum threads, or photo albums.
So, for each item, you can add a location either by entering a latitude/longitude, or clicking on a map, or for American addresses, entering the address. Then, you can go to the page for that location, and see what's there.
Also, I changed the search function in the kernel, so you can search for a word nearby a specific location.
Perhaps I will release the code one day, but right now, the code isn't in the best shape.