You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently I am working with MarkerWithLabel library; however, when I set it up, it does not work !
It seems that this library does not support labelContent unless you declare globally (which seems that's not possible using Ionic 3 framework).
When declaring locally marker = new SlidingMarker it works, on the same time, it seems that it does not support labelContent
Any workaround ?
The text was updated successfully, but these errors were encountered:
Currently I am working with MarkerWithLabel library; however, when I set it up, it does not work !
It seems that this library does not support
labelContent
unless you declare globally (which seems that's not possible using Ionic 3 framework).When declaring locally
marker = new SlidingMarker
it works, on the same time, it seems that it does not supportlabelContent
Any workaround ?
The text was updated successfully, but these errors were encountered: