Using Api On javafx

hi there so currently for my university project I am attempting to make a eclectic car charging journey map on javaFX however whenever I attempt to call the API URL it will not display the map element what so ever there are no errors that occur just a blank page now when I call the google maps API and display a map through this it works perfectly fine. I have even just attempted to open the normal open charge map website and the map element wont display even on this is there some hidden incomparability any help would be much apricated

Hi Robert,

We offer an embedded map which works in modern web browsers and an API which can be used to fetch the same Point Of Interest data for rendering in your own maps (you provide the map and plot the data on it yourself).

If you are using the JavaFX webview to load your map I believe this will not be compatible with many modern web applications.