我正在存储scope of markers variable for google maps (gmaps4rails gem)
中的数据Gmaps.store = {} #handler, markers
jQuery ->
Gmaps.store.handler = Gmaps.build 'Google'
Gmaps.store.handler.buildMap { internal: {id: 'map'} }, ->
Gmaps.store.markers = ....
如何取回标记? Gmaps.store.markers
不起作用。
答案 0 :(得分:0)
在回调中检索数据以确保它们存在,添加计时器非常不稳定。