Class StreamMapSource
Represents a concrete MapSource implementation working with stream that is used by the MapShapeReader to read the shapes.
Inherited Members
Namespace: Telerik.XamarinForms.Map
Assembly: Telerik.XamarinForms.Map.dll
Syntax
public class StreamMapSource : MapSource, INotifyPropertyChanged
Constructors
StreamMapSource()
StreamMapSource(Stream)
Initializes a new instance of the StreamMapSource class.
Declaration
public StreamMapSource(Stream stream)
Parameters
System.IO.Stream
stream
|
Operators
Implicit(Stream to StreamMapSource)
Converts stream into a StreamMapSource.
Declaration
public static implicit operator StreamMapSource(Stream stream)
Parameters
System.IO.Stream
stream
|
Returns
StreamMapSource
|