在地图上添加叠加(目标 c)

发布于 2024-09-08 15:40:59 字数 59 浏览 2 评论 0原文

如何在 Objective C 中的地图上添加叠加层? (有人在iphone os 4.0上尝试过吗)?

How to add overlay on a map in objective c?
(has any body tried it in iphone os 4.0)?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

无尽的现实 2024-09-15 15:40:59

这里是一篇关于使用 MKPolyline 叠加层向地图添加路线类型注释的好文章。它应该让您了解如何添加任何其他覆盖层。只需在您的地图委托上实现

- (MKOverlayView *)mapView:(MKMapView *)mapView viewForOverlay:(id )overlay

并为其指定您正在绘制的覆盖类型。

here is a good article on using the MKPolyline overlay to add a route type annotation to your map. It should give you an idea how to add any of the other overlays. just implement the

- (MKOverlayView *)mapView:(MKMapView *)mapView viewForOverlay:(id )overlay

on your map delegate and give it the type of overlay your are drawing.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文