ArcGIS Runtime SDK for WPF - Library Reference
GetMapFromJsonTaskAsync Method
See Also 
ESRI.ArcGIS.Client.WebMap Namespace > Document Class : GetMapFromJsonTaskAsync Method

json
The JSON format of the Web Map Document.
Creates a map from a JSON Web Map Document.

Syntax

Visual Basic (Declaration) 
Public Function GetMapFromJsonTaskAsync( _
   ByVal json As String _
) As Task(Of Map)
C# 
public Task<Map> GetMapFromJsonTaskAsync( 
   string json
)

Parameters

json
The JSON format of the Web Map Document.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.