How can I modify this javascript code?
- by TIMEX
I'm using the Google Local Search API and Google Maps API. See here: http://geodit.com:8000/test
You can perform a search, and then the javascript fills the Map, as well as the results next to the map.
I think this function fills the results next to the map:
function OnLocalSearch()
My question is: how can I change the results displayed? Right now, by default it shows the Name of the business and the address. How can I disable the business link? And then add more text to each search result?