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

GeoJsonFileDataAdapter.FileUri Property

Gets or sets a URI that defines the GeoJSON file location.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

[DefaultValue(null)]
public Uri FileUri { get; set; }

Property Value

Type Default Description
Uri *null*

A Uri object that specifies a path to a GeoJSON file.

See Also