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
ERROR com.lynden.gmapsfx.GoogleMapView - Error: User data directory [null (C:\Users\Admin\AppData\Roaming\application.Main\webview)] is already in use
#188
Open
lorenzopantano opened this issue
Feb 11, 2020
· 0 comments
I get this error and I only see a blank page. Also it gives me a:
INFO com.lynden.gmapsfx.GoogleMapView - Alert: Hide directions called
I'm using JAVAFX11 Library on Eclipse, I've edit my run configuration to add javafx.web module.
I think that the problem occurs when I create a GoogleMapView object but I'dont know how to resolve! Thanks in advice to anyone who can help me.
I get this error and I only see a blank page. Also it gives me a:
INFO com.lynden.gmapsfx.GoogleMapView - Alert: Hide directions called
I'm using JAVAFX11 Library on Eclipse, I've edit my run configuration to add javafx.web module.
I think that the problem occurs when I create a GoogleMapView object but I'dont know how to resolve! Thanks in advice to anyone who can help me.
This is my controller:
`
package controllers;
import java.net.URL;
import java.util.ResourceBundle;
import com.lynden.gmapsfx.GoogleMapView;
import com.lynden.gmapsfx.MapComponentInitializedListener;
import com.lynden.gmapsfx.javascript.object.GoogleMap;
import com.lynden.gmapsfx.javascript.object.LatLong;
import com.lynden.gmapsfx.javascript.object.MapOptions;
import com.lynden.gmapsfx.javascript.object.MapTypeIdEnum;
import com.lynden.gmapsfx.service.geocoding.GeocodingService;
import javafx.beans.property.SimpleStringProperty;
import javafx.beans.property.StringProperty;
import javafx.event.ActionEvent;
import javafx.fxml.FXML;
import javafx.fxml.Initializable;
import javafx.scene.control.Button;
import javafx.scene.control.TextField;
public class GMaps_Controller implements Initializable, MapComponentInitializedListener{
}
`
The text was updated successfully, but these errors were encountered: