If you want to do this statically, put your image in an AbsolutePanel,
then add your markers (in my case, smaller images) to the
AbsolutePanel.  They appear on top (I attach a ClickHandler to the
smaller images to pop up info about them).

As for adding dynamically, you can turn on a MouseDownHandler and a
MouseUpHandler to the image. If the mouse up occurs within some
reasonable distance to the mouse up, plot your marker.

On Jul 9, 5:39 am, Bruno Lopes <[email protected]> wrote:
> Hellos,
>
> I would like to add markers to a static image, referenced each marker by the
> position X an Y relative to the image.
>
> Something like is possible to do with the API for gMaps, adding markers to
> the google maps....
>
> Thanks people!
>
> Bruno

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to