DiveKit

public class DiveKit

DiveKit object holds values for water type and unit of measurements.

Singleton

Enumerations

  • The type of water to use when performing calculations.

    See more

    Declaration

    Swift

    public enum WaterType : String, Codable
  • The unit of measurement to use when performing calculations, also which unit of measure calculations will be returned in.

    See more

    Declaration

    Swift

    public enum MeasurementUnit : String, Codable
  • An object to hold values for constants.

    See more

    Declaration

    Swift

    public struct Constants
  • An object to hold string representations of units for depth, weight, volume and pressure.

    See more

    Declaration

    Swift

    public struct Units

Instance Properties

Initializers