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.
使用 myLocationOverlay,地图会不断地以当前位置为中心。我认为,如果地图每分钟左右重新定位一次,对于用户来说,如何更改间隔就足够了。
谢谢,马库斯
myLocationManager.requestLocationUpdates(LocationManager.GPS_PROVIDER, 500, 0, myLocationListener);