用mapbox轻按到点击位置标记
我搜寻了网络,但没有针对Mapbox和Flutter的这个问题找到答案。 我没有太多代码,只是在寻找东西。
I scoured the web, and found no answer specifically for that question for Mapbox and flutter.
I do not have much code, just looking for something.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
因此,Flutter的Flutter_map插件实际上在MAPOPTIONS中具有
ontap
函数,可为您提供点击的位置:然后在给定点添加标记。
so flutter's flutter_map plugin actually has an
onTap
function in MapOptions that gives you the location that you tap:Then add a marker at the given point.