Skip to main content

MapGeoDataAdapter.Parse(String) Method

Parses the passed string in the KML, GeoJson or GPX format to create map items that the string specifies.

Namespace: DevExpress.Xpf.Map

Assembly: DevExpress.Xpf.Map.v23.2.dll

NuGet Package: DevExpress.Wpf.Map

Declaration

public void Parse(
    string textData
)

Parameters

Name Type Description
textData String

The string in the KML, GeoJson or GPX format that specifies map items.

See Also