Skip to content

ILayerOverlayAdapter

Namespace: ThinkGeo.UI.XamarinForms.Adapters

This class represents a group of layers; each layer can be of any layer type.

public interface ILayerOverlayAdapter : ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter

Implements ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter

Properties

Layers

Gets a GeoCollection that contains the layers that will draw on the image.

public abstract GeoCollection<Layer> Layers { get; }

Property Value

GeoCollection<Layer>
A GeoCollection of layers.

Remarks:

The Layers property holds all of the layers that are used by the Draw method. The Draw method loops through all layers to filter out features and draw on the image with the specified styles.

TileType

Gets and sets the overlay is formed by multiple tiles or single tile.

public abstract TileType TileType { get; set; }

Property Value

TileType