ontap回调在标记Google Map抖动中不起作用

时间:2020-09-28 04:07:51

标签: 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)
  }
}

0 个答案:

没有答案