Is this possible to show MapView on a Dialog in android and perform action like select a location to get latitude lonngitude for parent activity in android.

link|improve this question

feedback

2 Answers

up vote 1 down vote accepted

A MapView is a view and if you set the ContentView of the dialog you will get a MapView in the Dialog.

link|improve this answer
This does not tell me anything about WHAT failed. BE SPECIFIC. – JoxTraex Feb 2 at 10:43
feedback

I think Yes, make your MapActivity and add theme like Dialog in your activity tag in manifest file..

android:theme="@android:style/Theme.Dialog"
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.