I'm developing a navigation application. I'm using JMapViewer javafx version and use open street maps to show the location of the vehicle. I want to rotate the map according to the compass direction. Is JMapViewer library providing that feature or how to do it. I need some help to sort out this. I have stuck in this problem for 3-4 days. thanks in advance! asked 16 Mar '14, 06:13 JanithOCoder aseerel4c26 ♦ |
AFAIK it's not possible esp. it's not mentioned anywhere https://github.com/msteiger/jxmapviewer2 But it seems to be easy to extend that support: http://stackoverflow.com/questions/2654503/jxmapviewer-change-orientation-to-heading-up answered 16 Mar '14, 11:46 iii |
Where you have found the JMapViewer javafx version ??,the only version i have found is a Swing one.
@hadjer-11: I guess (like iii did in the answer), that no JMapViewer, but JXMapViewer(2) is meant (also more "x" in the name). However, also not JavaFX, if I see correctly.