C# Class ArcGISRuntimeXamarin.Samples.ChangeViewpoint.ChangeViewpoint

Inheritance: Xamarin.Forms.ContentPage
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet

Méthodes publiques

Méthode Description
ChangeViewpoint ( ) : Esri.ArcGISRuntime.Geometry
ViewDidLoad ( ) : void

Méthodes protégées

Méthode Description
OnCreate ( Bundle bundle ) : void

Private Methods

Méthode Description
CreateLayout ( ) : void
Initialize ( ) : void
OnMapsClicked ( object sender, EventArgs e ) : void
OnViewpointMenuItemClicked ( object sender, PopupMenu e ) : void
OnViewpointsButtonTouch ( object sender, EventArgs e ) : void

Method Details

ChangeViewpoint() public méthode

public ChangeViewpoint ( ) : Esri.ArcGISRuntime.Geometry
Résultat Esri.ArcGISRuntime.Geometry

OnCreate() protected méthode

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

ViewDidLoad() public méthode

public ViewDidLoad ( ) : void
Résultat void