我想创建一个接受参数的函数:一个由坐标组成的数组当前用户位置并返回用户位置和数组位置之间最近的位置。这是我的位置:letcoord1=CLLocation(latitude:52.45678,longitude:13.98765)letcoord2=CLLocation(latitude:52.12345,longitude:13.54321)letcoord3=CLLocation(latitude:48.771896,longitude:2.270748000000026)用户定位函数:funclocationManager(_manager:CLLocationManager,d