Skip to content

TileOverlay<T>

Namespace: ThinkGeo.UI.XamarinForms

public abstract class TileOverlay<T> : Overlay`1, 

Type Parameters

T

Inheritance ObjectOverlay → 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

Boolean

Name

public string Name { get; set; }

Property Value

String

Opacity

public double Opacity { get; set; }

Property Value

Double