• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

GPS Co-ordinates

 
Ranch Hand
Posts: 78
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Guys,

MY PROBLEM:

In my application in the background, I want to have a world map.

So while creating some element on the map, i want to specify the GPS co-ordinates for that element.

Then that particular element has to go to the specified position on the map.

[ The element i refered here is another small image say like some thumb nail or tile ]

Requirement 2:
Say I created a element in india location and then, if I change the background image to some other map say africa map,
then the elements which I created must not appear.

Need help from you guys:

How can I do this?
It is an stand alone application which uses swings/awt.

Thanks in advance,
Ramesh S
 
Rancher
Posts: 4803
7
Mac OS X VI Editor Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you change some of the requirements? If you write it as a web application, and use GoogleMaps, its trivial to do what you want.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic