C# Class ArcGISRuntimeXamarin.Samples.IdentifyGraphics.IdentifyGraphics

Inheritance: UIViewController
ファイルを表示 Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
IdentifyGraphics ( ) : Esri.ArcGISRuntime.Data
IdentifyGraphics ( ) : Esri.ArcGISRuntime.Mapping
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
CreateOverlay ( ) : void
Initialize ( ) : void
OnMapViewTapped ( object sender, Esri e ) : void
OnMapViewTapped ( object sender, GeoViewInputEventArgs e ) : void

Method Details

IdentifyGraphics() public method

public IdentifyGraphics ( ) : Esri.ArcGISRuntime.Data
return Esri.ArcGISRuntime.Data

IdentifyGraphics() public method

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

OnCreate() protected method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void