我正在使用Fragment
基于应用程序并且需要使用 Google Maps API v2 来显示地图。我正在尝试SupportMapFragment
进入ListView
标题,但不知道如何实现。
我尝试创建newInstance
片段并调用getView
设置为 headerView,但getView
返回 null。
这不起作用:
SupportMapFragment s = SupportMapFragment.newInstance();
list.addHeaderView(s.getView());
谢谢。