views:

30

answers:

0

in my app, i'd like to have the user select a couple points on the map. ideally i'd fire an intent to trigger an activity with result each time they want to add a point, and in a local map view on my main activity, display all the selected points. later, i'll do something with all the points using overlays.

i didnt see this exposed from the maps API, although there is appears to be an activity within the maps app to do this (in selecting the destination for directions). does anybody know an easy way to accomplish this task?

thanks.