Method | Description | |
---|---|---|
ChangeBasemap ( string basemap ) : void | ||
ResetMap ( ) : void | ||
SaveNewMapAsync ( Viewpoint initialViewpoint, string title, string description, string tags ) : System.Threading.Tasks.Task | ||
UpdateMapItem ( ) : void |
Method | Description | |
---|---|---|
OnPropertyChanged ( [ propertyName = null ) : void |
public ChangeBasemap ( string basemap ) : void | ||
basemap | string | |
return | void |
protected OnPropertyChanged ( [ propertyName = null ) : void | ||
propertyName | [ | |
return | void |
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 |