views:

22

answers:

0

I have an activity that extends MapActivty that renders out a marker. I would like the map to handle long clicks the same way the native Maps app does in finding the physical address of the geo point, displaying the address, then allow me to press the caption containing the address to view more details ie driving directions, what's nearby.

Is this possible or is the functionality embedded into the native Maps app?

BTW: because I need a custom options menu I am unable to implicitly launch the map activity with a geo:0,0?q=address string.