0

I have created an overlayitem list for my activity. But I want add item to the list(for example, I create a button for trigger the event) after I run the application and show the item on the map. How can I do it?

HeikiCyan
  • 157
  • 1
  • 2
  • 11

1 Answers1

0

Take a look in the MapView tutorial, there is an example there.

Jong
  • 9,045
  • 3
  • 34
  • 66
  • I've viewed this tutorial before, the problem for me is that they just add 2 items at the same case, but for me, I would like to add a new item to the overlaylist when I click the button or a certain term triggered. – HeikiCyan Nov 26 '12 at 09:50