Class MapShapefileLayer
Represents a concrete Map
Namespace: Telerik.Maui.Controls.Map
Assembly: Telerik.Maui.Controls.dll
Syntax
public class MapShapefileLayer : MapLayer
Constructors
MapShapefileLayer()
Fields
LabelAttributeNameProperty
Identifies the Label
Declaration
public static readonly BindableProperty LabelAttributeNameProperty
Field Value
Microsoft.
|
ReaderProperty
Identifies the Reader property.
Declaration
public static readonly BindableProperty ReaderProperty
Field Value
Microsoft.
|
SelectedShapeProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedShapeProperty
Field Value
Microsoft.
|
SelectedShapesProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedShapesProperty
Field Value
Microsoft.
|
SelectedShapeStyleProperty
Identifies the Selected
Declaration
public static readonly BindableProperty SelectedShapeStyleProperty
Field Value
Microsoft.
|
SelectionModeProperty
Identifies the Selection
Declaration
public static readonly BindableProperty SelectionModeProperty
Field Value
Microsoft.
|
ShapeLabelStyleProperty
Identifies the Shape
Declaration
public static readonly BindableProperty ShapeLabelStyleProperty
Field Value
Microsoft.
|
ShapeStyleProperty
Identifies the Shape
Declaration
public static readonly BindableProperty ShapeStyleProperty
Field Value
Microsoft.
|
ShapeStyleSelectorProperty
Identifies the Shape
Declaration
public static readonly BindableProperty ShapeStyleSelectorProperty
Field Value
Microsoft.
|
Properties
LabelAttributeName
Gets or sets the name of the attribute, as specified by the *.dbf file, that points to the value set to each Shape as its label.
Declaration
public string LabelAttributeName { get; set; }
Property Value
System.
|
Reader
Gets or sets the Map
Declaration
public MapShapeReader Reader { get; set; }
Property Value
SelectedShape
Gets or sets the currently selected IShape instance. When multiple selection is enabled, this value is set to the first selected shape.
Declaration
public IShape SelectedShape { get; set; }
Property Value
SelectedShapes
Gets the currently selected IShape instances.
Declaration
public ObservableCollection<IShape> SelectedShapes { get; }
Property Value
System.
|
SelectedShapeStyle
Gets or sets the Map
Declaration
public MapShapeStyle SelectedShapeStyle { get; set; }
Property Value
SelectionMode
Gets or sets the Selection
Declaration
public MapSelectionMode SelectionMode { get; set; }
Property Value
ShapeLabelStyle
Gets or sets the Map
Declaration
public MapShapeLabelStyle ShapeLabelStyle { get; set; }
Property Value
ShapeStyle
Gets or sets the Map
Declaration
public MapShapeStyle ShapeStyle { get; set; }
Property Value
ShapeStyleSelector
Gets or sets the Map
Declaration
public MapShapeStyleSelector ShapeStyleSelector { get; set; }
Property Value
Methods
GetBestView()
Gets location rectangle which represents best view for the layer.
Declaration
public LocationRect GetBestView()
Returns
Location Location rectangle which represents best view. |
OnBindingContextChanged()
Declaration
protected override void OnBindingContextChanged()
OnPropertyChanged(String)
Declaration
protected override void OnPropertyChanged(string propertyName = null)
Parameters
System.
|