The problem of calling Baidu Map by vue

clipboard.png

clipboard.png

if local.search ("Beijing"); why the search event onSearchComplete did not respond

Mar.11,2021

you print the log in onSearchComplete to see if it is really executed. I think your code is wrong. This.map 's this is wrong.

search () {
    var vm = this;
    ....
         vm.map.centerAndZoom(point, 18);
    ....
}

I have also encountered the problem that onSearchComplete does not call back. How do you solve it?

Menu