Google Maps API v3 - 自定义多色图标
似乎我必须将托管图像 URL 分配给 MarkerImage 对象才能创建自定义图标。有没有办法让用户选择一种颜色来填充该图像?
It seems like I have to assign an hosted image URL to a MarkerImage object to create custom icons. Is there a way to allow the user to pick a color to fill in this image?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
尝试使用 Google Charts API 生成标记 。您可以选择颜色。
Try using the Google Charts API to generate markers. You can choose the colour.
在Google 地图库列表<中查找样式标记/a>.这看起来会有帮助。
我还会考虑使用画布动态生成图像,然后生成数据 URL:
Look for styled markers in a list of Google Maps libraries. This looks like it could help.
I would also look into generating the images on the fly with canvas and then producing a data URL: