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
But how can I set the position to the position the mouse was clicked? In my case I have a shipping route and as soon as someone clicks on the route I want a popup at that position on the map.
Thanks for your help
The text was updated successfully, but these errors were encountered:
I want to open a InfoWindow when clicking on a polyline:
` map.addUIEventHandler(polygon, UIEventType.click, (JSObject obj) -> {
`
But how can I set the position to the position the mouse was clicked? In my case I have a shipping route and as soon as someone clicks on the route I want a popup at that position on the map.
Thanks for your help
The text was updated successfully, but these errors were encountered: