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.
我正在使用 android osmdroid 地图库,是否可以使用指南针图标修改默认的当前位置覆盖图标(人形图标)?
回答:
我通过自定义创建MyCustomLocationOverlay类扩展MyLocationOverlay和覆盖的 OSM 地图库来实现这一点
MyCustomLocationOverlay
MyLocationOverlay
draw(Canvas c, MapView osmv, boolean shadow) { //do your code here }
方法并在画布上绘制指南针。