Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@rterp
Created July 29, 2016 22:54
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/6a8f9f304133ee3c399366409a9df9ab to your computer and use it in GitHub Desktop.
Save rterp/6a8f9f304133ee3c399366409a9df9ab to your computer and use it in GitHub Desktop.
public class FXMLController implements Initializable, MapComponentInitializedListener {
@FXML
private GoogleMapView mapView;
@FXML
private TextField addressTextField;
private GoogleMap map;
private GeocodingService geocodingService;
private StringProperty address = new SimpleStringProperty();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment