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.
我希望有一种简单的方法可以一次在地图中显示多达 200 个点,而不会在用户缩小并且所有点都在屏幕上时降低性能。
我们有一个优先级的抽签顺序,最重要的优先级高于其他。在用户放大特定区域之前,如何隐藏下面的那些?
您可以使用这些委托方法来确定正在显示哪个区域和缩放级别并相应地显示点...
– mapView:regionWillChangeAnimated: – mapView:regionDidChangeAnimated:
有关更多信息,请参阅苹果文档。