i want to open the popup window on that i used the map v2 for displaying map v2 in popup window but is not display here i put my xml layout and activity class
their is only two silly problem as I found .. You just change this fragment
to this..
and change a line in method [initiatePopupWindow]
map= ((SupportMapFragment) getSupportFragmentManager().findFragmentById(R.id.popupmapview)).getMap();
to this..
map = ((MapFragment) getFragmentManager().findFragmentById(R.id.popupmapview)).getMap();