Back to project page MarsImagesAndroid.
The source code is released under:
Apache License
If you think the Android project MarsImagesAndroid listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
package gov.nasa.jpl.hi.marsimages.rovers; //from w w w . j ava2s.c om /** * Created by mpowell on 6/1/14. */ public class Title { public int sol; public String imageSetID; public String instrumentName; public String marsLocalTime; public int siteIndex; public int driveIndex; }