[android-developers] Re: Local Search on google maps

2010-12-21 Thread Spiral123
yes. for the local search example (which sends a JSON reply), build the URL query and wrap it in a getHttpJson call: jsonResponse = getHttpJson(urlRequest); query limitations vary by API. check the Terms of Service for each one. On Dec 22, 12:18 am, zeeshan mirza wrote: > Thanks for your re

Re: [android-developers] Re: Local Search on google maps

2010-12-21 Thread Sarwar Erfan
I have visited the link (http://code.google.com/apis/ajaxsearch/documentation/#fonje), it does have a RESTful interface. But, the top of the page says its deprecated. I wonder how wise will it be to use a deprecated API in a new project. And, it do have limits (though dont know the exact limitat

Re: [android-developers] Re: Local Search on google maps

2010-12-21 Thread zeeshan mirza
Thanks for your reply spiral. Is it possible to use ajax in android application? and is there any query limitation? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to android-developers@googlegroups.com To

[android-developers] Re: Local Search on google maps

2010-12-21 Thread Spiral123
I think the Places API is still in limited developer preview. You could use the ajax api for a local search: http://code.google.com/apis/ajaxsearch/documentation/#fonje. Not too difficult, but probably not 'learning level'. Beware if you use this as it was deprecated last month. The replacement