Skip to main content
A newer version of this page is available. .

KmlFileDataAdapter.Parse(String) Method

Parses the passed string in the KML format to create map items that the string specifies.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v21.1.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Map

Declaration

public void Parse(
    string textData
)

Parameters

Name Type Description
textData String

The string in the KML format that specifies map items.

See Also