limistah/react-here-map

Any support for info bubbles?

JakeGreer opened this issue · 0 comments

Im trying to make use of Here Maps info bubble but don't see any support for it.

Example in vanilla js:

new H.ui.InfoBubble( coords, {
content: 'Test'
});