New to Telerik UI for .NET MAUIStart a free 30-day trial

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)
Parameters:shapeobject

The shape that is goind to be styled.

containerBindableObject

The MapShapefileLayer instance.

Returns:

MapShapeStyle