ASP.NET Pack Programmer's Guide
MapView.GenerateMap Method
See Also
 





Creates a map from the specified JSON string.

Namespace: MindFusion.Mapping.WebForms
Package: MindFusion.Mapping.WebForms

 Syntax

C#  Copy Code

public static string GenerateMap (
    string json
)

Visual Basic  Copy Code

Public Shared Function GenerateMap( _
    json As String _
) As String

 Parameters

json

The JSON string containing the map data.

 Return Value

The JSON string of the created map.

 See Also

MapView Members
MapView Class
MindFusion.Mapping.WebForms Namespace