My smartphone reports my location to Google (to G+ and to the Android Device Manager). I\'d like to read that location from a website/program to plot my location.
I coul
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.
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.
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.