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.
我有一个功能可以将已放置在地图上的注释和用户的位置放大到一半,这样两者都可以在屏幕上看到。注释是否有显示其“内容”的方法,即模拟按下它?放大后立即弹出是理想的选择。
提前致谢。
您可以使用此代码选择注释:您需要将 objectAtIndex 从 0 修改为任何数字以显示您想要的注释。
[self.mapView selectAnnotation:[[self.mapView annotations] objectAtIndex:0] animated:YES];