MapPoint.Parse(String) Method
Converts the string representation of a map point to its MapPoint equivalent.
Namespace: DevExpress.XtraMap
Assembly: DevExpress.XtraMap.v25.2.dll
NuGet Package: DevExpress.Win.Map
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| source | String | A string containing map point coordinates, separated by a comma. |
Returns
| Type | Description |
|---|---|
| MapPoint | A MapPoint object that is equivalent to the specified string. |
See Also