Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I'm creating Java application (photo viewer + google maps geotagging) in eclipse SWT using SWT Browser to make a bridge between java<->Google Maps API. Functionality is generally similar to Picasa from google. My problem: when I load photos from directory, google maps creates new marker for each photo and shows them all on map .. when I select one photo in Java app, I want to hide other markers and operating on one marker which was created on start but in which way google maps will know which marker is related with selected photo in Java app ?

share|improve this question
The Google Maps API V3 is Javascript, mot Java. – Marcelo Nov 19 '12 at 15:37
I know :) .. I execute javascript in SWT Browser component which I embedded in my Java app ... I would like to know how to identify marker ... maybe add ID to marker or something like that which storage a photoname and when I select photo in my application google maps will search this photo in markers array ? – unixhead Nov 19 '12 at 15:47

closed as not a real question by Marcelo, gdoron, Jean-François Corbett, mgibsonbr, jsumners Nov 19 '12 at 17:02

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.