New to Telerik UI for .NET MAUIStart a free 30-day trial

Represents a concrete MapSource implementation working with stream that is used by the MapShapeReader to read the shapes.

Definition

Constructors

Initializes a new instance of the StreamMapSource class.

C#
public StreamMapSource()

Initializes a new instance of the StreamMapSource class.

C#
public StreamMapSource(Stream stream)
Parameters:streamStream

Operators

Converts stream into a StreamMapSource.

C#
public static implicit operator StreamMapSource(Stream stream)
Parameters:streamStreamReturns:

StreamMapSource