mapsapi icon indicating copy to clipboard operation
mapsapi copied to clipboard

Marker bindLabel throw error

Open Trufi opened this issue 8 years ago • 0 comments

Следующий код

DG.marker([54.98, 82.8])
  .bindLabel('smth text', {static: true});

Бросит ошибку: TypeError: Cannot read property 'addLayer' of undefined(…)

Также статический лейбл не работает с feautureGroup

Trufi avatar Mar 21 '16 04:03 Trufi