mgrs-ios 1.1.6 Documentation

Enumeration Hemisphere

public enum Hemisphere: Int  
  • Hemisphere enumeration
Hemisphere Hemisphere Int Int Hemisphere->Int

Conforms To

Int

Enumeration Cases

NORTH

case NORTH
  • Northern hemisphere

SOUTH

case SOUTH
  • Southern hemisphere

Methods

from(_:​)

public static func from(_ latitude: Double) -> Hemisphere  
  • Get the hemisphere for the latitude
  • @param latitude
  •        latitude
    
  • @return hemisphere

from(_:​)

public static func from(_ point: GridPoint) -> Hemisphere  
  • Get the hemisphere for the point
  • @param point
  •        point
    
  • @return hemisphere