views:

13

answers:

0

I'm trying to return a list of addresses obtained through:

addressList = geocoder.getFromLocationName(sSearchPath,5);

I have a contextmenu displaying the results, however the text it too large and does not wrap content, it just travels off the window.

How can I make the context window appear more like the Google maps navigation context window that appears when there are more than 1 address result and it asks: "did you mean?" You can see it here at 2:29: http://www.youtube.com/watch?v=tGXK4jKN_jY&feature=player_embedded#!

If its not a context menu what is it?