Also, if you want an example of making a totally non-Javascript light version of maps with the Static Maps API, checkout this sample application: http://nonjslocalsearch.appspot.com/
It also uses App Engine to save data. -Ben On Wed, Oct 8, 2008 at 3:31 AM, Jeremy R. Geerdes <[EMAIL PROTECTED]>wrote: > > If you read the LocalSearch documentation, you will notice that each > LocalSearch result also include a url to a static map which provide a > map with a marker at the appropriate location. Alternatively, you > could take the lat/lng values for the result and plot them on using > the Google Static Maps API, which is documented along with the regular > Google Maps API. Just make sure you use the Static Maps API because > most cell browsers won't handle the Javascript involved with the > regular API. > > Jeremy R. Geerdes > Effective website design & development > Des Moines, IA > > For more information or a project quote: > http://jgeerdes.home.mchsi.com > [EMAIL PROTECTED] > > Unless otherwise noted, any price quotes contained within this > communication are given in US dollars. > > If you're in the Des Moines, IA, area, check out Debra Heights > Wesleyan Church! > > > > > On Oct 8, 2008, at 3:22 AM, sanzee wrote: > > > > > Hi All, > > I am developing a mobile application in which I get local search > > results using Google AJAX api and shows the textual data on the phone > > UI. That means, say a user makes a search on Hotels and the results > > from Ajax is shown on phone to the user. > > > > Is there any way i can integrate the local search data with the google > > maps so that after receiving the data on phone, the user can go the > > his chosen local data and this will be shown on a map. That way the > > user can locate the location on maps.. > > > > I know the local AJAX results include lat and long along with search > > results..Can I show the local position taking the lat/long values and > > integrate those data with maps.. > > > > if possible please tell me...or is there any other way around to solve > > this problem . > > > > Thanks and Regards, > > > > sanjay > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google AJAX 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-AJAX-Search-API?hl=en -~----------~----~----~----~------~----~------~--~---
