ClassMapShapeStyleSelector
Class
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:
cs-api-definition
public class MapShapeStyleSelector
Inheritance: objectMapShapeStyleSelector
Constructors
MapShapeStyleSelector()
Declaration
cs-api-definition
public MapShapeStyleSelector()
Methods
SelectStyle(object, BindableObject)
Selects the desired style, provided the MapShapefileLayer instance, containing the shape.
Declaration
cs-api-definition
public virtual MapShapeStyle SelectStyle(object shape, BindableObject container)
Parameters
shape
The shape that is goind to be styled.
container
BindableObject
The MapShapefileLayer instance.
Returns