使用Google Place进行调查

问题描述

我正在使用Laravel + Vue + Surveyjs。 有没有人使用Surveyjs实现Google地方

var json = {
    questionTitleLocation: "bottom",showQuestionNumbers: "off",pages: [
        {
            name: "Address",title: "Address",questions: [
                {
                    type: "text",name: "address1",title: "Street Address"
                },{
                    type: "text",name: "address2",title: "Address Line 2"
                },name: "city",title: "City"
                },name: "state",startWithNewLine: false,title: "State / Province / Region"
                },name: "zip",title: "Zip / Postal Code"
                },name: "country",title: "Country"
                    }
                }
            ]
        }
    ]
};

...

该想法是在开始输入 地址 自动填写所有地址字段 使用Google Place的字段。 如果有人举一个例子,请提供

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)