Class
BandLettersRange
public class BandLettersRange: Sequence
- Latitude Band Letters Range
Relationships
Conforms To
Sequence
Initializers
init(_:_:)
public init(_ south: String, _ north: String)
- Initialize
- @param south
-
southern band letters
- @param north
-
northern band letters
Properties
Methods
southValue()
public func southValue() -> Int
- Get the southern band letters equivalent number value
- @return southern band letters value
northValue()
public func northValue() -> Int
- Get the norther band letters equivalent number value
- @return norther band letters value
makeIterator()
public func makeIterator() -> BandLettersRangeIterator