Esempio n. 1
0
        protected override void OnCreate(Bundle bundle)
        {
            base.OnCreate(bundle);
            // Set our view from the "main" layout resource
            SetContentView(Resource.Layout.gmaps);
            curLoc   test = new curLoc(this);
            Location loc  = test.getLoc();

            this.loc = loc;
            SetUpMap();
        }
Esempio n. 2
0
 protected override void OnCreate(Bundle bundle)
 {
     base.OnCreate(bundle);
       // Set our view from the "main" layout resource
       SetContentView(Resource.Layout.gmaps);
       curLoc test = new curLoc(this);
       Location loc = test.getLoc();
       this.loc = loc;
       SetUpMap();
 }