FileMapSource
Class
Represents a concrete MapSource implementation working with files that is used by the MapShapeReader to read the shapes.
Definition
Namespace:Telerik.Maui.Controls.Map
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class FileMapSource : MapSource, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseMapSourceFileMapSource
Implements:
Inherited Members
Constructors
Initializes a new instance of the FileMapSource class.
C#
public FileMapSource()
Initializes a new instance of the FileMapSource class.
Properties
Gets or sets a value indicating whether the file should be read asynchronously.
C#
public bool IsImportAsync { get; set; }
Operators
Converts file path into a FileMapSource.