BoundingBox
public struct BoundingBox : Codable
Undocumented
-
Undocumented
Declaration
Swift
public init?(from coordinates: [CLLocationCoordinate2D]?)
-
Undocumented
Declaration
Swift
public init(_ southWest: CLLocationCoordinate2D, _ northEast: CLLocationCoordinate2D)
-
Undocumented
Declaration
Swift
public func contains(_ coordinate: CLLocationCoordinate2D, ignoreBoundary: Bool = true) -> Bool
-
Declaration
Swift
public func encode(to encoder: Encoder) throws
-
Declaration
Swift
public init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public var southWest: CLLocationCoordinate2D
-
Undocumented
Declaration
Swift
public var northEast: CLLocationCoordinate2D