ClassStreamMapSource
Class
Represents a concrete MapSource implementation working with stream that is used by the MapShapeReader to read the shapes.
Definition
Namespace:Telerik.Maui.Controls.Map
Assembly:Telerik.Maui.Controls.dll
Syntax:
cs-api-definition
public class StreamMapSource : MapSource, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseMapSourceStreamMapSource
Implements:
Inherited Members
Constructors
StreamMapSource()
Initializes a new instance of the StreamMapSource class.
Declaration
cs-api-definition
public StreamMapSource()
StreamMapSource(Stream)
Initializes a new instance of the StreamMapSource class.
Operators
implicit operator StreamMapSource(Stream)
Converts stream into a StreamMapSource.
Declaration
cs-api-definition
public static implicit operator StreamMapSource(Stream stream)
Parameters
stream
Returns