Google Maps in a Java Application
Curt SJun 14 2010 — edited Jun 17 2010I currently have a setup involving MapViewer where we generate maps and display the images within a desktop Java application. I was asked to look into adding Google imagery to these maps. I know that you can use the Google map tiles in a javascript based map (discussed on the Oracle Maps blogspot), but I was wondering if anyone had attempted doing this in just a client side application?
Basically has MVGoogleTileLayer been implemented in the Java library for MapViewer or is there something I can do to implement the same functionality in the same way? Any pointing in the right direction or confirming this either way would be greatly appreciated. Thank you.