Defines a type that may be used to dynamically style shape instances visualized within a MapShapefileLayer.
Definition
Namespace:Telerik.Maui.Controls.Map
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class MapShapeStyleSelector
Inheritance: objectMapShapeStyleSelector
Constructors
C#
public MapShapeStyleSelector()
Methods
Selects the desired style, provided the MapShapefileLayer instance, containing the shape.
C#
public virtual MapShapeStyle SelectStyle(object shape, BindableObject container)
The shape that is goind to be styled.
containerBindableObjectThe MapShapefileLayer instance.
Returns: