I'm using google maps api and ajax local search api, the link to the page is www.bluepilldesign.com/vgi/index_test.html It's nothing fancy, literally just displaying nothing more than the search results with a map. However, you'll notice a separate div on the right side with nothing but a search box in it. I want that div to be filled with a list of the coordinates from the results in the div on the left. Even if the format is not exactly that, I just want a list of coordinates that correspond with the search results. Pretty much, I want the location of each kml saved for a different map, however I can't do it manually because there are nearly 5,000 results for the keyword that I'm searching and it would take weeks if not months to do so.
On Jul 20, 2:19 pm, nolybab <[email protected]> wrote: > Shaunt, > > I'm not sure exactly what you are trying to accomplish, but if you are > not using google maps, then you might want to try the google ajax > search group.http://groups-beta.google.com/group/Google-AJAX-Search-API?pli=1 > > But, one idea may be to put a google map on your page and then display > markers on the map using the results. > > Alternately, in the response, you could also use the > results.staticMapUrl property and pop up a window when you hover over > the item, which would show a small map with an icon for the location. > > just some thoughts. > > good luck > > On Jul 20, 4:38 pm, Shaunt <[email protected]> wrote: > > > I've just finished implementing the Google Ajax Local Search API on my > > page, but I'm trying to take it a step further now and am having a bit > > of trouble doing so. I need a list of coordinates for every search > > result. Is there a way to display these coordinates, hopefully in a > > separate column? I was thinking of using the result.lat and > > result.long strings to display this information some how. I am not as > > familiar as I'd like to be in javascript so any help whatsoever is > > highly appreciated. Thank you. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
