James
James

Reputation: 14101

Showing google maps on a dialog

I have an activity that extends MapActivity. I want to show map inside a dialog in this activity. i.e when I click a button it will show a dialog with a mapview, but this crashes because it is howing this exception

Caused by: java.lang.IllegalArgumentException: MapViews can only be created inside instances of MapActivity.

Please help me.

Upvotes: 1

Views: 1442

Answers (1)

jeet
jeet

Reputation: 29199

You can create a MapActivity and set its theme like Dialog

Upvotes: 2

Related Questions