I need to use onceEventListener method from an instance of H.Map as documented here, but instead it threw me an error saying that Uncaught TypeError: map.onceEventListener is not a function. What could be wrong?
This does indeed seem to be a bug with our APIs. For now, the work around is a good idea, and I have notified the MAPJS team so they can look into the issue. Thanks.
Seems to be a bug in the API, try using addEventListner and removeEvent Listner as a work around