在Android中修改mylocationoverlay颜色

时间:2011-04-08 10:01:22

标签: android google-maps location mylocationoverlay

是否可以修改mylocationoverlay的颜色方案我想将闪烁的点转换为红色。请指导我如何才能实现。

2 个答案:

答案 0 :(得分:1)

请参阅此相关问题以获得答案 - myLocationOverlay change the marker

基本上,创建MyLocationOverlay的子类,然后覆盖drawMyLocation()。

相关答案中有示例代码。

您可以在此处查看API - http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MyLocationOverlay.html

答案 1 :(得分:1)

答案可以在这里找到:myLocationOverlay change the marker