Back to Devexpress

MapGeoDataAdapter.Parse(String) Method

wpf-devexpress-dot-xpf-dot-map-dot-mapgeodataadapter-dot-parse-x28-system-dot-string-x29.md

latest1.1 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Map

Declaration

csharp
public void Parse(
    string textData
)
vb
Public Sub Parse(
    textData As String
)

Parameters

NameTypeDescription
textDataString

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

|

See Also

MapGeoDataAdapter Class

MapGeoDataAdapter Members

DevExpress.Xpf.Map Namespace