func locationManager()

in muster-point-client/LocationManager.swift [79:82]


    func locationManager(_: CLLocationManager, didUpdateLocations locations: [CLLocation]) {
        print("Got locations: \(locations)")
        locationTracker.interceptLocationsRetrieved(locations)
    }