I have two questions about JMapViewer
:
After adding
MapDotMarkers
to my map, I want to couple each dot with a summary list (a certainPannel
having some text written in it, probably some description about the dot). How can I do that?What method should I use to make the
map
visible on my screen?
You may check the source file Demo.java downloaded along with the library JMapViewer it contains the answers to your questions. You can easily make the map visible in few simple lines, create dot, add tooltip.Please check the source file mentioned above and let me know I you need further help. Do you have this file (Demo.java)?