C# Class ArcGISRuntimeXamarin.Samples.FeatureLayerSelection.FeatureLayerSelection

Inheritance: Android.App.Activity
Exibir arquivo Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
FeatureLayerSelection ( ) : Esri.ArcGISRuntime
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

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

Method Details

FeatureLayerSelection() public method

public FeatureLayerSelection ( ) : Esri.ArcGISRuntime
return Esri.ArcGISRuntime

OnCreate() protected method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void