C# Class ArcGISRuntimeXamarin.Samples.SetMapSpatialReference.SetMapSpatialReference

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

Public Methods

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

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void

Method Details

OnCreate() protected method

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

SetMapSpatialReference() public method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void