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.
对于自定义地图视图,我使用以下 git clone --recursive 从 github 下载了 MapBox 示例
MapBox iOS 示例
我完成了所有克隆步骤并成功执行,
现在我需要为某些位置显示一些注释图钉,我有地址。
任何人都可以帮助我如何实现这一目标
如果您有地址,请查看 AppleCLGeocoder将它们地理编码到位置,然后您可以将其设置为每个RMAnnotation对象的coordinate.
CLGeocoder
RMAnnotation
coordinate