C# Class ArcGISRuntimeXamarin.Samples.OpenExistingMap.OpenExistingMap

Inheritance: UIViewController
Datei anzeigen Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
OpenExistingMap ( ) : Esri.ArcGISRuntime.Mapping
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void
OnMapsButtonTouch ( object sender, EventArgs e ) : void
OnMapsClicked ( object sender, EventArgs e ) : void
OnMapsMenuItemClicked ( object sender, PopupMenu e ) : void

Method Details

OnCreate() protected method

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

OpenExistingMap() public method

public OpenExistingMap ( ) : Esri.ArcGISRuntime.Mapping
return Esri.ArcGISRuntime.Mapping

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void