ClassFileMapSource
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:
cs-api-definition
public class FileMapSource : MapSource, INotifyPropertyChanged
Inheritance: objectNotifyPropertyChangedBaseMapSourceFileMapSource
Implements:
Inherited Members
Constructors
FileMapSource()
Initializes a new instance of the FileMapSource class.
Declaration
cs-api-definition
public FileMapSource()
FileMapSource(string, bool)
Initializes a new instance of the FileMapSource class.
Properties
File
Gets or sets the path of the file.
IsImportAsync
Gets or sets a value indicating whether the file should be read asynchronously.
Operators
implicit operator FileMapSource(string)
Converts file path into a FileMapSource.
Declaration
cs-api-definition
public static implicit operator FileMapSource(string filePath)
Parameters
filePath
Returns