Class StreamMapSource
Represents a concrete Map
Inherited Members
Namespace: Telerik.Maui.Controls.Map
Assembly: Telerik.Maui.Controls.dll
Syntax
public class StreamMapSource : MapSource, INotifyPropertyChanged
Constructors
StreamMapSource()
StreamMapSource(Stream)
Initializes a new instance of the Stream
Declaration
public StreamMapSource(Stream stream)
Parameters
System.
|
Operators
Implicit(Stream to StreamMapSource)
Converts stream into a Stream
Declaration
public static implicit operator StreamMapSource(Stream stream)
Parameters
System.
|