JQuery autocomplete source functions request and response, select function

摘要: As explained in previous paper, I created a geo location look up web app, which can respond with Json results.Now I need to call this web service using jquery Ajax and parse the response. then fill other fields as required. autocomp_opt defines sources and select functions.in Sources functi... 阅读全文
posted @ 2013-09-02 10:44 BlueWhale in ocean 阅读(405) 评论(0) 推荐(0)

Java Geo location project

摘要: This project is based on Google Geo API. (https://developers.google.com/maps/documentation/geocoding/)Sample Request URl is like :http://maps.googleapis.com/maps/api/geocode/json?address=1600+Amphitheatre+Parkway,+Mountain+View,+CA&sensor=falseResonse format is JSON.{ "results" : [ { . 阅读全文
posted @ 2013-08-28 06:53 BlueWhale in ocean 阅读(467) 评论(0) 推荐(0)