init()

in Sources/AmplifyMapLibreAdapter/Extensions/Geo.BoundingBox+MGLCoordinateBounds.swift [16:21]


    init(_ bounds: MGLCoordinateBounds) {
        let southwest = Geo.Coordinates(bounds.sw)
        let northeast = Geo.Coordinates(bounds.ne)

        self.init(southwest: southwest, northeast: northeast)
    }