C# Class ArcGISRuntimeXamarin.Samples.DisplayDeviceLocation.DisplayDeviceLocation

Inheritance: Xamarin.Forms.ContentPage
Show file Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
DisplayDeviceLocation ( ) : Esri.ArcGISRuntime.Location
DisplayDeviceLocation ( ) : System
ViewDidLoad ( ) : void

Protected Methods

Method Description
OnCreate ( Bundle bundle ) : void

Private Methods

Method Description
CreateLayout ( ) : void
Initialize ( ) : void
OnNavigationMenuItemClicked ( object sender, PopupMenu e ) : void
OnStartButtonClicked ( object sender, EventArgs e ) : void
OnStartClicked ( object sender, EventArgs e ) : void
OnStopButtonClicked ( object sender, EventArgs e ) : void
OnStopClicked ( object sender, EventArgs e ) : void

Method Details

DisplayDeviceLocation() public method

public DisplayDeviceLocation ( ) : Esri.ArcGISRuntime.Location
return Esri.ArcGISRuntime.Location

DisplayDeviceLocation() public method

public DisplayDeviceLocation ( ) : System
return System

OnCreate() protected method

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

ViewDidLoad() public method

public ViewDidLoad ( ) : void
return void