Finally I came across this seemingly obscure forum, and without further adieu, the Android Java Core source code: platform/frameworks/base.git
And for those interested in the GPS capabilities, the Location class source:
The distanceTo() and distanceBetween() functions are part of the Location.java class, and both make use of the private computeDistanceAndBearing() function, which is certainly complex enough to justify having spent so long looking for it...
Anyway, the whole purpose of this is to make pretty pictures-
This is one of the early tests, just riding my bike, using GPSLogger for Android. I love this one, and the beauty is that it's completely unintentional. I just went for a bike ride around the park and through the neighborhood, and this is what came out.
The high point on the far left is a random GPS anomaly (read: error), but it really makes the picture. I think it looks like a fairy about to whack someone on the head...
No comments:
Post a Comment