Class MapShapeReader
Represents a MapShapeReader implementation that loads and parses shape files.
Inheritance
Namespace: Telerik.Maui.Controls.Compatibility.Map
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class MapShapeReader : BindableObject
Constructors
MapShapeReader()
Declaration
public MapShapeReader()
Fields
DataSourceProperty
Identifies the DataSource property.
Declaration
public static readonly BindableProperty DataSourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
SourceProperty
Identifies the Source property.
Declaration
public static readonly BindableProperty SourceProperty
Field Value
Microsoft.Maui.Controls.BindableProperty
|
Properties
DataSource
Gets or sets the MapSource that points to the file, containing the data (or attributes) for each shape within the shape file.
Declaration
public MapSource DataSource { get; set; }
Property Value
MapSource
|
Shapes
Gets the shapes that are read from the Source.
Declaration
public IEnumerable<IShape> Shapes { get; }
Property Value
System.Collections.Generic.IEnumerable<IShape>
|
Source
Gets or sets the MapSource that points to the file to read data from.
Declaration
public MapSource Source { get; set; }
Property Value
MapSource
|
Events
ReadCompleted
Occurs when the asynchronous processing of the file has been completed.
Declaration
public event EventHandler ReadCompleted
Event Type
System.EventHandler
|