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