Skip to content

Instantly share code, notes, and snippets.

@rterp
Created August 19, 2016 22:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rterp/6c7ae6e0edd89ef52907e2e3e0a6d9e4 to your computer and use it in GitHub Desktop.
Save rterp/6c7ae6e0edd89ef52907e2e3e0a6d9e4 to your computer and use it in GitHub Desktop.
public class FXMLController implements Initializable, MapComponentInitializedListener, DirectionsServiceCallback {
protected StringProperty from = new SimpleStringProperty();
protected StringProperty to = new SimpleStringProperty();
@FXML
protected GoogleMapView mapView;
@FXML
protected TextField fromTextField;
@FXML
protected TextField toTextField;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment