1
我想在ios7中顯示地圖上2點之間的路線。 所以我源點,但我不知道如何輸入座標目標:ios7中的地圖工具包路線
MKDirectionsRequest *request = [[MKDirectionsRequest alloc] init];
request.source = [MKMapItem mapItemForCurrentLocation];
request.destination = _destination; // HERE I WANT TO ADD COORDINATES.
比我有一些位置:
CLLocation * gotopoint = [[CLLocation頁頭] initWithLatitude: 100.09361經度:33.85482];
如何將此點設置爲目的地?
感謝
我認爲那些緯度數字是在問題剛剛虛擬文本,因爲100.xxx或132.xxx緯度是無效的(必須是-90〜 +90)。 – Anna