Mars

The Mars planet.

  • Accessor to all values of the underlying physical details. Will probably become private once all relevant accessors are implemented and covered.

    Declaration

    Swift

    public fileprivate(set) lazy var physicalDetails: KPCAAPhysicalMarsDetails { get set }
  • The average color of the Planet.

    Declaration

    Swift

    public override class var averageColor: Color { get }

PlanetaryPhysicalDetails

MarsPhysicalDetails