Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们如何像在地图上添加一样在地图叠加层上添加图钉?
我正在使用以下代码创建叠加层
MKOverlayView* overlayV = [[MKOverlayView alloc] initWithFrame:mMapView.frame]; [mMapView addOverlay:overlayV.overlay];
您可以通过
[mMapView addAnnotation:annotation];