coordinates public enum coordinates : Error Coordinates related errors invalidLatitude(dueTo:) when lat is outside range (-90˚ to 90˚) Declaration Swift case invalidLatitude(dueTo: reason) Show on GitHub invalidLongitude(dueTo:) when lon is outside range (-180˚ to 180˚) Declaration Swift case invalidLongitude(dueTo: reason) Show on GitHub reason reason of why a coordinate error is thrown. See more Declaration Swift public enum reason Show on GitHub © 2021 Vincent. All rights reserved. (Last updated: 2021-03-27) Generated by jazzy ♪♫ v0.13.3, a Realm project.