Search
Map.FromXml Method
See Also
 





Creates and loads a map from the specified file.

Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping

 Syntax

C#  Copy Code

public static Map FromXml (
    string fileName
)

Visual Basic  Copy Code

Public Shared Function FromXml( _
    fileName As String _
) As Map

 Parameters

fileName

Specifies the file name of an OSM map file.

 Return Value

The Map loaded from the specified file.

 See Also