Does Google offer an API that I can use to get the location of my phone?

狂风中的少年 提交于 2019-12-03 02:32:47

As part of Android Google is offering a location API. However, it sounds like you are looking for some kind of personal web API where you can get access to the location already sent to Google. I'm quite sure that it doesn't exist and that Google has no plans of reintroduce anything like the old Latitude API.

I don't know what you are trying to achieve, but have a look at Google Account Activity. There you can export your location history manually.

I would suggest you look at https://maps.google.com/locationhistory. It offers the option to export this data into a KML file. If you get a little sneaky, you may be able to auth to google services, and get the file directly.

Check out using location from Google Play Services: http://developer.android.com/google/play-services/index.html

It'll handle keeping track of the device's location, you just request the current location.

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