Road Maps, Java -


i'm trying implement road map in desktop java application.

the idea of project allow user place points onto map specific photo taken.

i going use google maps, reading t&c, noticed has used on web only. have managed implement map onto free web hosting (http://jwasley.netii.net) - won't display in java web browser created.

is best way of doing it, or there api road maps. did openstreetmap couldn't find decent tutorials.

cheers

i suggest using jxmapkit swing framework displaying maps. includes powerful features such overlays. part of swingx project. believe supports number of different mapping repositories including openstreetmap.

you can see example here:

http://today.java.net/pub/a/today/2007/10/30/building-maps-into-swing-app-with-jxmapviewer.html

if see more open source project iphoneanalyzer uses extensively. code available here:

http://iphoneanalyzer.svn.sourceforge.net/viewvc/iphoneanalyzer/trunk/gui/src/main/java/com/crypticbit/ipa/ui/swing/


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -