我正在尝试关注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
功能吗?