Skip to main content

GpxFileDataAdapter.Parse(String) Method

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

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void Parse(
    string textData
)

Parameters

Name Type Description
textData String

The string in the GPX format that specifies map items.

See Also