如何将Google Maps的标记更改为扑朔迷离的自定义颜色
基本上,我拥有的是颜色常数(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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用资产映像来执行此操作:
you can do this by using asset image: