I am trying to build a desktop app using java with google maps services api. The app should be able to use the google maps direction service.
I have been reading and trying out the API reference of google map services that can be found here http://googlemaps.github.io/google-maps-services-java/v0.1.10/javadoc/. Is there any way to actually display the map direction obtained from DirectionsApiRequest function?
Regards, Wayne