C# Class ArcGISRuntime.UWP.Samples.AuthorEditSaveMap.MapViewModel

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

Public Methods

Method Description
ChangeBasemap ( string basemap ) : void
MapViewModel ( ) : Esri.ArcGISRuntime.Mapping
SaveNewMapAsync ( Viewpoint initialViewpoint, string title, string description, string tags ) : System.Threading.Tasks.Task
UpdateMapItem ( ) : void

Protected Methods

Method Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

ChangeBasemap() public method

public ChangeBasemap ( string basemap ) : void
basemap string
return void

MapViewModel() public method

public MapViewModel ( ) : Esri.ArcGISRuntime.Mapping
return Esri.ArcGISRuntime.Mapping

OnPropertyChanged() protected method

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
return void

SaveNewMapAsync() public method

public SaveNewMapAsync ( Viewpoint initialViewpoint, string title, string description, string tags ) : System.Threading.Tasks.Task
initialViewpoint Viewpoint
title string
description string
tags string
return System.Threading.Tasks.Task

UpdateMapItem() public method

public UpdateMapItem ( ) : void
return void