在Android中修改mylocationoverlay颜色

发布于 2024-10-30 21:01:28 字数 75 浏览 7 评论 0原文

是否可以修改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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

美男兮 2024-11-06 21:01:28

请参阅此相关问题的答案 - 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

彩虹直至黑白 2024-11-06 21:01:28

答案可以在这里找到:myLocationOverlay 更改标记

Answer can be found here : myLocationOverlay change the marker

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文