Skip to main content

KmlFileDataAdapter.SourceCoordinateSystem Property

Gets or sets the coordinate system of the KML file data adapter.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v23.2.dll

NuGet Package: DevExpress.Win.Map

Declaration

public GeoSourceCoordinateSystem SourceCoordinateSystem { get; set; }

Property Value

Type Description
GeoSourceCoordinateSystem

A GeoSourceCoordinateSystem object.

See Also