func updateUIView()

in muster-point-client/MapView.swift [25:31]


    func updateUIView(_ view: MKMapView, context _: Context) {
        print("updating")

        if overlays.count > 0 {
            view.addOverlays(overlays, level: .aboveLabels)
        }
    }