Exemplo n.º 1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate (bundle);

            SetContentView (Resource.Layout.Main);

            mapFragment = FragmentManager.FindFragmentById<MapFragment> (Resource.Id.mapfragment);
            mapFragment.Init (this, this);
        }
Exemplo n.º 2
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);

            SetContentView(Resource.Layout.Main);

            mapFragment = FragmentManager.FindFragmentById <MapFragment> (Resource.Id.mapfragment);
            mapFragment.Init(this, this);
        }