C# Class ArcGISRuntimeXamarin.Samples.AddGraphicsRenderer.AddGraphicsRenderer

Inheritance: Android.App.Activity
Mostra file Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
AddGraphicsRenderer ( ) : Esri.ArcGISRuntime.Geometry
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void
OnViewpointChanged ( object sender, EventArgs e ) : void

Method Details

AddGraphicsRenderer() public method

public AddGraphicsRenderer ( ) : Esri.ArcGISRuntime.Geometry
return Esri.ArcGISRuntime.Geometry

OnCreate() protected method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void