google maps integration and SlidingMenu(谷歌地图集成和滑动菜单)
问题描述
我想实现 Google maps v2 和 jfeinstein10 的 SliderMenu,我设法实现了 SliderMenu,但是当我想在活动中添加地图时,我得到了错误
I want to implement Google maps v2 and SliderMenu of jfeinstein10, I managed to implement the SliderMenu but when I want to add the map in the activity, I get error
GoogleMap 地图 = ((SupportMapFragment) getSupportFragmentManager (). FindFragmentById (R.id.fragMapa)).获取地图();
GoogleMap map = ((SupportMapFragment) getSupportFragmentManager (). FindFragmentById (R.id.fragMapa)). GetMap ();
在 getSupportFragmentManager () 中更具体
being more specific in getSupportFragmentManager ()
任何集成两者的解决方案.我放了活动的代码.
any solution for that integrate both. I put the code of the activity.
推荐答案
我成功集成了 Google maps v2 和 jfeinstein10 的 SliderMenu.我的 Activity 扩展了 ActionBarActivity 并且我通过以编程方式构建它来使用滑块菜单:
I managed to integrate Google maps v2 and SliderMenu of jfeinstein10. My Activity extends ActionBarActivity and i am using slider menu by constructing it programmatically :
mapView 是我布局中的一个片段:
mapView is a Fragment in my layout:
这篇关于谷歌地图集成和滑动菜单的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!