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

GeoPoint.Parse(String) Method

Converts the string representation of a geographical point to its GeoPoint equivalent.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v19.1.dll

Declaration

public static GeoPoint Parse(
    string source
)

Parameters

Name Type Description
source String

A string containing geographical coordinates, separated by a comma.

Returns

Type Description
GeoPoint

A GeoPoint object that is equivalent to the specified string.

See Also