Google Places coordinates changing keys

爱⌒轻易说出口 提交于 2019-12-25 18:28:19

问题


I'm using google places API for my ionic APP. The the data model of coordinates it gives before was

{A: 12.879721, F: 121.77401699999996}

now it's like this:

{G: 12.879721, K: 121.77401699999996}

How do I resolve this issue


回答1:


Don't use undocumented properties (they change, or can, with every release of the API), use the documented methods (.lat() & .lng())



来源:https://stackoverflow.com/questions/31711938/google-places-coordinates-changing-keys

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!