Skip to content

Instantly share code, notes, and snippets.

@rterp
Created July 29, 2016 22:55
Embed
What would you like to do?
@Override
public void initialize(URL url, ResourceBundle rb) {
mapView.addMapInializedListener(this);
address.bind(addressTextField.textProperty());
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment