The NASA WorldWind Java SDK for Android (WWA) includes the library, examples and tutorials for building 3D virtual globe applications for phones and tablets.
In the class Camera, there's an altitude field which I assume represents the altitude of the view/camera over the globe instance. There's really no javadocs on it. Is this in meters? kilometers? or something else?
The Camera's altitude field represents eye altitude in meters above the ellipsoid. In World Wind, all Cartesian units are in meters. You're right that the Javadocs should clarify this.
In the class Camera, there's an altitude field which I assume represents the altitude of the view/camera over the globe instance. There's really no javadocs on it. Is this in meters? kilometers? or something else?