Ejemplo n.º 1
0
 internal CustomInfoWindowAdapter(MarkerDemoActivity parent)
 {
     this.parent = parent;
     mWindow     = parent.LayoutInflater.Inflate(Resource.Layout.custom_info_window, null);
     mContents   = parent.LayoutInflater.Inflate(Resource.Layout.custom_info_contents, null);
     mOptions    = (RadioGroup)parent.FindViewById(Resource.Id.custom_info_window_options);
 }
			internal CustomInfoWindowAdapter (MarkerDemoActivity parent) 
			{
				this.parent = parent;
				mWindow = parent.LayoutInflater.Inflate (Resource.Layout.custom_info_window, null);
				mContents = parent.LayoutInflater.Inflate (Resource.Layout.custom_info_contents, null);
				mOptions = (RadioGroup) parent.FindViewById (Resource.Id.custom_info_window_options);
			}