C# Class ArcGISRuntimeXamarin.Samples.ChangeBasemap.ChangeBasemap

Inheritance: Xamarin.Forms.ContentPage
显示文件 Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
ChangeBasemap ( ) : Esri.ArcGISRuntime.Geometry
DidReceiveMemoryWarning ( ) : void
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void
OnBasemapsClicked ( object sender, EventArgs e ) : void
OnBasemapsMenuItemClicked ( object sender, PopupMenu e ) : void

Method Details

ChangeBasemap() public method

public ChangeBasemap ( ) : Esri.ArcGISRuntime.Geometry
return Esri.ArcGISRuntime.Geometry

DidReceiveMemoryWarning() public method

public DidReceiveMemoryWarning ( ) : void
return void

OnCreate() protected method

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
return void

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void