Skip to content

< Back


IMapElementAdaptable<T>

Namespace: ThinkGeo.UI.XamarinForms.Adapters

This class represents the interface IMapElementAdaptable

public interface IMapElementAdaptable<T>

Type Parameters

T

Properties

Adapter

Gets the adapter.

public abstract T Adapter { get; set; }

Property Value

T
The adapter.


< Back