-3
func directionsFromCurrentLocation(to:CLLocationCoordinate2D,directionCompletionHandler:DirectionsCompletionHandler){
このコードは、2つの宛先の間を見つけるためにリンゴマップで使用されています。 と私はこのコードを使用しています。あなたは末尾の閉鎖(あなたの関数呼び出しの終わりにコードの{ }
区切りチャンク)に悩まさしている場合swift3.0で関数を呼び出す方法
mapManager.directionsFromCurrentLocation(to: destination!) { (route, directionInformation, boundingRegion, error) ->() in
あなたの質問は? – Sweeper