我正在尝试做一个像 Trivago、Tripadvisor 等的搜索框。使用 google place geocomplete 和我的位置的另一个 json。
所以,我需要结合google place(例如:https ://ubilabs.github.io/geocomplete/ )和我的json:
[
{
"link" : "http://es.mysite.local/restaurant/abluo-quidem-ut",
"value" : "Abluo Quidem Ut",
"fields" : {
"title" : "Abluo Quidem Ut",
"name" : "author: Anonymous",
"comment_count" : "0 comment(s)"
},
"group" : {
"group_id" : "restaurant",
"group_name" : "Restaurant"
}
},
{...}
]
我不知道是否是最好的方法:S
有什么建议吗?至少要知道如何分析我的问题。我完全迷路了。