I’ve been playing with the Javascript Google Maps API and am able to get it to display the Moon and Mars maps that Google have.
I am wondering if I can do the same natively for Android. Looking at the Google Maps for Android API V2 I see no mention of this functionality. In searching the web I didn’t either.
So my question. Can I have Google Mars and Moon maps natively in Android? Or do I have to wrap HTML5/Javascript into a web view?
I am not sure if this is what you are looking for, but in the samples downloaded with Google Play Service lib you get the maps demo application and check Tile Overlays Activity, it shows how to add moon tiles.
here is a link on where to find the sample code : Sample Code