I am implementing OSM onto a javafx application for a university project.
The aim is to display an interactable map on 2/3 of the scene and allow the user to search for a location using a TextField located on the remaining 1/3:
The empty space on the left is currently occupied by an invisible Pane, to be used by the map
Would WebView be the best option here? Or are there other options?
Thank you in advance!
