标签: google-maps flutter marker
我在地图小部件中添加了多个标记,其工作正常,但是ontap回调不起作用。
import { Form, Field } from 'react-final-form'
methods: { enterSelect(values) { var names = values.map(function(value){ return value.name }) console.log(names) } }