TileOverlay<T>¶
Namespace: ThinkGeo.UI.XamarinForms
public abstract class TileOverlay<T> : Overlay`1,
Type Parameters¶
T
Inheritance Object → Overlay → Overlay<T> → TileOverlay<T>
Implements IMapElementAdaptable<T>
Properties¶
TileCache¶
public RasterTileCache TileCache { get; set; }
Property Value¶
RasterTileCache
TransitionEffect¶
public TransitionEffect TransitionEffect { get; set; }
Property Value¶
TransitionEffect
TileSnappingMode¶
public TileSnappingMode TileSnappingMode { get; set; }
Property Value¶
TileSnappingMode
Adapter¶
public T Adapter { get; set; }
Property Value¶
T
IsVisible¶
public bool IsVisible { get; set; }
Property Value¶
Name¶
public string Name { get; set; }
Property Value¶
Opacity¶
public double Opacity { get; set; }