gars-ios 1.1.5 Documentation

Class Band​Letters​Range

public class BandLettersRange: Sequence  
  • Latitude Band Letters Range
BandLettersRange BandLettersRange Sequence Sequence BandLettersRange->Sequence

Conforms To

Sequence

Initializers

init()

public convenience init()  
  • Initialize, full range

init(_:​_:​)

public init(_ south: String, _ north: String)  
  • Initialize
  • @param south
  •        southern band letters
    
  • @param north
  •        northern band letters
    

Properties

south

public var south: String
  • Southern band letters

north

public var north: String
  • Northern band letters

Methods

south​Value()

public func southValue() -> Int  
  • Get the southern band letters equivalent number value
  • @return southern band letters value

north​Value()

public func northValue() -> Int  
  • Get the norther band letters equivalent number value
  • @return norther band letters value

south​Latitude()

public func southLatitude() -> Double  
  • Get the southern latitude
  • @return latitude

north​Latitude()

public func northLatitude() -> Double  
  • Get the northern latitude
  • @return latitude

make​Iterator()

public func makeIterator() -> BandLettersRangeIterator