Class FileMapSource
Represents a concrete Map
Inherited Members
Namespace: Telerik.Maui.Controls.Map
Assembly: Telerik.Maui.Controls.dll
Syntax
public class FileMapSource : MapSource, INotifyPropertyChanged
Constructors
FileMapSource()
FileMapSource(String, Boolean)
Initializes a new instance of the File
Declaration
public FileMapSource(string file, bool isImportAsync = true)
Parameters
System.
|
System.
|
Properties
File
Gets or sets the path of the file.
Declaration
public string File { get; set; }
Property Value
System.
|
IsImportAsync
Gets or sets a value indicating whether the file should be read asynchronously.
Declaration
public bool IsImportAsync { get; set; }
Property Value
System.
|
Operators
Implicit(String to FileMapSource)
Converts file path into a File
Declaration
public static implicit operator FileMapSource(string filePath)
Parameters
System.
|