searchbox.getPlaces()不是angular-google-maps搜索框中的函数

时间:2016-02-03 13:25:42

标签: angularjs google-maps angular-ui

我正在尝试关注angular-google-maps github repo中的搜索框示例。

当我的callback被调用时,行places = searchBox.getPlaces()失败并显示searchbox.getPlaces() is not a function

我退出searchbox的自己的属性名并获取此信息:

  ["__e3_", "gm_accessors_", "autocomplete", "gm_bindings_", "visible"]

果然,searchbox.getPlaces()不是一个功能!

我的代码是用Typescript编写的,风格与示例非常不同,所以很难粘贴我的实际失败代码,但也许有人可以给我一个指针,告诉我从指令中得到什么以及为什么它没有getPlaces功能吗?

0 个答案:

没有答案