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.
我有一个 MapView,我需要更改指南针的位置,因为我需要顶部空间用于标题覆盖。
请注意,指南针位于标题覆盖下方。我需要将它稍微移到下方。
唯一的方法似乎是从 MyLocationOverlay 派生我自己的类。
Override drawCompass();
基本上操作 Canvas 对象,调用 super.drawCompass() 在您的新位置绘制指南针。将画布恢复为您找到它的方式。