1

我使用以下代码在我的地图中添加了 MKpolyline。但它没有显示折线的标题。请帮我显示标题。提前致谢。

self.routeLine = [MKPolyline polylineWithCoordinates:coordinateArray count:2];
self.routeLine.title = @"route1";
[mapView addOverlay:self.routeLine];
4

0 回答 0