Skip to content

IThinkGeoCloudRasterMapsOverlayAdapter

Namespace: ThinkGeo.UI.XamarinForms.Adapters

This class represents the ThinkGeoCloudRasterMapsOverlay's adapter which requests images from the ThinkGeoCloud service

public interface IThinkGeoCloudRasterMapsOverlayAdapter : ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter

Implements ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter

Remarks:

This class represents the ThinkGeoCloudMapsRasterOverlay's adapter which requests images from the ThinkGeoCloud service See https://cloud.thinkgeo.com/ for details.

Properties

ClientId

public abstract string ClientId { get; set; }

Property Value

String

ClientSecret

public abstract string ClientSecret { get; set; }

Property Value

String

MapType

public abstract ThinkGeoCloudRasterMapsMapType MapType { get; set; }

Property Value

ThinkGeoCloudRasterMapsMapType

TimeoutInSeconds

public abstract int TimeoutInSeconds { get; set; }

Property Value

Int32

WebProxy

public abstract IWebProxy WebProxy { get; set; }

Property Value

IWebProxy