How Do I Search Using The Google Maps Api?
I'm trying to figure out how to search for nearby businesses in an iPhone app using the Google Maps API. I'm completely new to Javascript, and have waded through some of Google's s
Solution 1:
Check out GLocalSearch object: http://code.google.com/apis/ajaxsearch/documentation/reference.html#_class_GlocalSearch
Is that what you are looking for?
Post a Comment for "How Do I Search Using The Google Maps Api?"