Enumeration
Hemisphere
public enum Hemisphere: Int
- Hemisphere enumeration
Relationships
Conforms To
Int
Enumeration Cases
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