早教吧 育儿知识 作业答案 考试题库 百科 知识分享

results[0].geometry.location得到的经纬度,如何单独把经度和纬度的值取出

题目详情
results[0].geometry.location得到的经纬度,如何单独把经度和纬度的值取出
▼优质解答
答案和解析
var lat = results[0].geometry.location.lat();
var lng = results[0].geometry.location.lng();