Gmaps4rails 使标记可拖动并获取其坐标
是否可以使标记可拖动并在 gmaps4rails 中获取其坐标,以便用户可以拖动标记来选择他想要的点并获取他选择的点坐标?
Is it possible to make a marker draggable and to get its coordinates in gmaps4rails, that the user could drag marker to choose the point he wants and get his chosen point coordinates?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
它没有在 gem 中实现。
但不要忘记您可以访问创建的所有对象。例如,可以使用以下方式检索地图:
Gmaps4Rails.map
您可以从以下位置获取灵感:https://github.com/apneadiving/Google-Maps-for-Rails/wiki/Javascript-goodies
It's not implemented in the gem.
But don't forget that you have access to all objects created. Example, the map could be retrieved with:
Gmaps4Rails.map
You could take inspiration from: https://github.com/apneadiving/Google-Maps-for-Rails/wiki/Javascript-goodies