ArcGIS API for Silverlight - Library Reference
GetMapFromJsonAsync Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client.WebMap Namespace > Document Class : GetMapFromJsonAsync Method

json
The JSON format of the Web Map Document.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.
Creates a map from a JSON Web Map Document.

Syntax

Visual Basic (Declaration) 
Public Sub GetMapFromJsonAsync( _
   ByVal json As String, _
   Optional ByVal userToken As Object _
) 
C# 
public void GetMapFromJsonAsync( 
   string json,
   object userToken
)

Parameters

json
The JSON format of the Web Map Document.
userToken
A user-defined object that is passed to the method invoked when the asynchronous operation completes.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.