How can I modify this javascript code?
Posted
by
TIMEX
on Stack Overflow
See other posts from Stack Overflow
or by TIMEX
Published on 2011-01-12T05:47:22Z
Indexed on
2011/01/12
5:53 UTC
Read the original article
Hit count: 151
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?
© Stack Overflow or respective owner