如何将Google Maps的标记更改为扑朔迷离的自定义颜色

发布于 2025-01-17 19:12:47 字数 159 浏览 1 评论 0原文

基本上,我拥有的是颜色常数(0xff3b7097),我想更改Google Maps中标记的默认颜色。我不想在bitmapdescriptor中使用默认颜色变量是其他方式吗?

bitmapdescriptor.defaultmarkerwithhue(color(0xff3b7097)),

Basically what I have is a constant of Color(0xFF3B7097) and I want to change the default color of marker in google maps to it. I dont want to use the default colors variable in BitmapDescriptor is their any other way?

BitmapDescriptor.defaultMarkerWithHue(Color(0xFF3B7097)),

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

美人如玉 2025-01-24 19:12:47

您可以使用资产映像来执行此操作:

icon: BitmapDescriptor.fromAssetImage(ImageConfiguration(devicePixelRatio: 2.5), 'assets/markers/Queen-blue.png')

you can do this by using asset image:

icon: BitmapDescriptor.fromAssetImage(ImageConfiguration(devicePixelRatio: 2.5), 'assets/markers/Queen-blue.png')
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文