2012-05-25 117 views
0

enter image description hereMapKit註釋點標題

所示。這個酥料餅,輕敲註解點,在建或開發人員創建一個視圖?

MKPointAnnotation *annotationPoint = [[MKPointAnnotation alloc] init]; 
    annotationPoint.coordinate = annotationCoord; 
    annotationPoint.subtitle = user.purchasedLocation; 
    [mapView addAnnotation:annotationPoint]; 

我想在地圖視圖中創建類似上圖所示的彈出窗口。 當我將上面的代碼添加到我的應用程序時,它只顯示街道地址。 有沒有一種內置的方法在MapKit框架中顯示這種類型的彈出窗口,如上面顯示的用戶圖像和箭頭圖像?

謝謝。

回答

1

查看此計算器帖子Annotation with Image這將幫助您在註釋中添加按鈕和圖像。

而這個鏈接Adding images to map Annotation

+0

那麼,有沒有內置的API來顯示這類酥料餅的? –

+0

這篇文章回答你的問題http://stackoverflow.com/questions/6550201/how-to-add-button-to-annotation-view-in-xcodeios-sdk –