I'd like to look at the source code for Google Services (specifically the GoogleMap class, from V2 of the Maps API). I've looked around and haven't been able to find anything.
I know the following:
- The Java API for general Android development can be browsed online: http://grepcode.com/project/repository.grepcode.com/java/ext/com.google.android/android/
- The source code for Google Android apps (like Google Maps) is not available: http://source.android.com/faqs.html#how-can-i-get-access-to-the-google-apps-for-android-such-as-maps
- The Eclipse plugin to view Android source code does not include the services source code (as expected).