C# Class ArcGISRuntime.UWP.Samples.AuthorMap.AuthorMap

Datei anzeigen Open project: Esri/arcgis-runtime-samples-dotnet

Public Methods

Method Description
AuthorMap ( ) : Esri.ArcGISRuntime.Geometry
CreateCredentialAsync ( CredentialRequestInfo info ) : Task

Private Methods

Method Description
AddOperationalLayers ( ) : void
ApplyBasemap ( string basemapName ) : void
BasemapItemClick ( object sender, RoutedEventArgs e ) : void
ClearMapClicked ( object sender, RoutedEventArgs e ) : void
Initialize ( ) : void
LayerSelectionChanged ( object sender, SelectionChangedEventArgs e ) : void
SaveMapClicked ( object sender, RoutedEventArgs e ) : void
SaveNewMapAsync ( Map myMap, string title, string description, string tags ) : System.Threading.Tasks.Task
ShowOAuthSettingsDialog ( ) : void
UpdateAuthenticationManager ( ) : void
UpdatePortalItemThumbnailAsync ( string imageFileName ) : void
UpdateViewExtentLabels ( ) : void
WriteTempThumbnailImageAsync ( ImageSource mapImageSource ) : Task

Method Details

AuthorMap() public method

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

CreateCredentialAsync() public method

public CreateCredentialAsync ( CredentialRequestInfo info ) : Task
info CredentialRequestInfo
return Task