在Android中修改mylocationoverlay颜色
是否可以修改mylocationoverlay
的配色方案我想将闪烁的点转换为红色。请指导我如何才能做到这一点。
Is it possible to modify the color scheme of mylocationoverlay
I want to conver the blinking dot into red color. Please guide me how can I make it possible.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅此相关问题的答案 - myLocationOverlay 更改标记
基本上,创建 MyLocationOverlay 的子类,然后重写drawMyLocation()。
相关答案中有示例代码。
您可以在此处查看 API - http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MyLocationOverlay.html
See this related question for the answer - myLocationOverlay change the marker
Basically, create a subclass of MyLocationOverlay then override drawMyLocation().
There is example code in the related answer.
You can see the API here - http://code.google.com/android/add-ons/google-apis/reference/com/google/android/maps/MyLocationOverlay.html
答案可以在这里找到:myLocationOverlay 更改标记
Answer can be found here : myLocationOverlay change the marker