Creates and loads a map from the specified file.
Namespace: MindFusion.Mapping
Assembly: MindFusion.Mapping
SyntaxC#
Copy Code
|
|---|
public static Map FromXml ( |
Visual Basic
Copy Code
|
|---|
Public Shared Function FromXml( _ |
Specifies the file name of an OSM map file.
The Map loaded from the specified file.
See Also