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(); }