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.
我制作了一张谷歌地图,其中指南针自动指向北方。但我必须让这个指南针的指针始终指向西方。我该怎么做?有什么想法吗?我需要执行任何特殊条款吗?请帮我 :(
[方位从北 + 90°] 模(360)
从 MyLocationOverlay 派生您自己的类。覆盖 drawCompass(); 根据需要操作您收到的 Canvas 对象。调用 super.drawCompass() 在新位置绘制指南针。将画布恢复为您找到它的方式。
protected void drawCompass(android.graphics.Canvas canvas,float bearing) 是您想要的关键!取北方位后方位值变化不大