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

GeoJsonFileDataAdapter.LoadFromStream(Stream) Method

Loads map items from the passed stream.

Namespace: DevExpress.XtraMap

Assembly: DevExpress.XtraMap.v20.1.dll

NuGet Package: DevExpress.Win.Map

Declaration

public void LoadFromStream(
    Stream stream
)

Parameters

Name Type Description
stream Stream

A stream from which the data adapter should load map items.

See Also