C# Class ArcGISRuntimeXamarin.Samples.AuthorEditSaveMap.MapViewModel

Inheritance: INotifyPropertyChanged
Afficher le fichier Open project: Esri/arcgis-runtime-samples-dotnet

Méthodes publiques

Méthode Description
ChangeBasemap ( string basemap ) : void
MapViewModel ( ) : Android.App
ResetMap ( ) : void
SaveNewMapAsync ( Viewpoint initialViewpoint, string title, string description, string tags ) : System.Threading.Tasks.Task
UpdateMapItem ( ) : void

Méthodes protégées

Méthode Description
OnPropertyChanged ( [ propertyName = null ) : void

Method Details

ChangeBasemap() public méthode

public ChangeBasemap ( string basemap ) : void
basemap string
Résultat void

MapViewModel() public méthode

public MapViewModel ( ) : Android.App
Résultat Android.App

OnPropertyChanged() protected méthode

protected OnPropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void

ResetMap() public méthode

public ResetMap ( ) : void
Résultat void

SaveNewMapAsync() public méthode

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

UpdateMapItem() public méthode

public UpdateMapItem ( ) : void
Résultat void