I have just released version 2.0.3 which includes support for the following major new features:
Directions API
Elevation API
Geocoding API
http://rterp.github.io/GMapsFX/
Below is an example of a JavaFX application displaying a Google map with directions, utilizing the Directions API.
This release has been uploaded to bintray, and should hopefully be available on maven central by next week.
Blog posts to follow this one with tutorials on how to use each one of these new APIs.
https://bintray.com/artifact/download/rterp/maven/com/lynden/GMapsFX/2.0.3/GMapsFX-2.0.3.jar
twitter: @RobTerpilowski
LinkedIn: RobTerpilowski
Pingback: Java desktop links of the week, March 21 « Jonathan Giles
Pingback: JavaFX links of the week, March 21 // JavaFX News, Demos and Insight // FX Experience
It’s very nice !!! Rob, do you can display the shortest path (routing) between various points using this wrapper ? Points inside a city, for example…
Thank you Jose. Whatever the underlying Google API gives you access to is how you can determine the path between the 2 points. In particular take a look at the parameters section of the Google API doc at: https://developers.google.com/maps/documentation/directions/intro#RequestParameters
Can I add mouse event handlers to Markers?