Hi,

you can do with it whatever you want. one example would be to
overwrite the OnTap() method of your ItemizedOverlay with:

                @Override
                protected boolean onTap(int i) {
                        Toast.makeText(ActivityMap.this,items.get(i).getTitle
(),Toast.LENGTH_SHORT).show();
                        return(true);
                }

On Aug 3, 10:56 am, Tom <[email protected]> wrote:
> Hi,
>
> I would like to how to useOverlayItem'sfields (Title and snippet)
> 'cause they are never displayed on the map?
>
> Best regards
> Tom

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" 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/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to