Class GoogleMapsViewController

java.lang.Object
com.prog3.ipt.Controller.ViewController
com.prog3.ipt.Controller.GoogleMapsViewController
All Implemented Interfaces:
javafx.fxml.Initializable

public class GoogleMapsViewController extends ViewController
GoogleMapsViewController is the controller that handles GoogleMaps view.
  • Field Details

    • backButton

      private javafx.scene.control.Button backButton
    • webView

      private javafx.scene.web.WebView webView
    • engine

      private javafx.scene.web.WebEngine engine
    • url

      private String url
  • Constructor Details

    • GoogleMapsViewController

      public GoogleMapsViewController()
  • Method Details