Search
MapView.fromJson Method
See Also
 






Deserializes the view from a JSON string.

Namespace: MindFusion.Mapping
File: MapView.js

 Syntax

JavaScript  Copy Code

function fromJson (json)

 Parameters

json

Type: String
A string created by the toJson method.

 See Also