Class MapShapeStyleSelector
Defines a type that may be used to dynamically style shape instances visualized within a ShapefileLayer.
Inheritance
System.Object
MapShapeStyleSelector
Namespace: Telerik.Maui.Controls.Compatibility.Map
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class MapShapeStyleSelector : Object
Constructors
MapShapeStyleSelector()
Declaration
public MapShapeStyleSelector()
Methods
SelectStyle(Object, BindableObject)
Selects the desired style, provided the ShapefileLayer instance, containing the shape.
Declaration
public virtual MapShapeStyle SelectStyle(object shape, BindableObject container)
Parameters
System.Object
shape
The shape that is goind to be styled. |
Microsoft.Maui.Controls.BindableObject
container
The ShapefileLayer instance. |
Returns
MapShapeStyle
|