C# Class ArcGISRuntimeXamarin.Samples.IdentifyGraphics.IdentifyGraphics

Inheritance: UIViewController
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet

Méthodes publiques

Méthode Description
IdentifyGraphics ( ) : Esri.ArcGISRuntime.Data
IdentifyGraphics ( ) : Esri.ArcGISRuntime.Mapping
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Private Methods

Méthode Description
CreateLayout ( ) : void
CreateOverlay ( ) : void
Initialize ( ) : void
OnMapViewTapped ( object sender, Esri e ) : void
OnMapViewTapped ( object sender, GeoViewInputEventArgs e ) : void

Method Details

IdentifyGraphics() public méthode

public IdentifyGraphics ( ) : Esri.ArcGISRuntime.Data
Résultat Esri.ArcGISRuntime.Data

IdentifyGraphics() public méthode

public IdentifyGraphics ( ) : Esri.ArcGISRuntime.Mapping
Résultat Esri.ArcGISRuntime.Mapping

OnCreate() protected méthode

protected OnCreate ( Bundle bundle ) : void
bundle Bundle
Résultat void

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void