Skip to content

ThinkGeoCloudRasterMapsOverlay

Namespace: ThinkGeo.UI.XamarinForms

This class represents the ThinkGeoCloudMapsRasterOverlay which requests images from the ThinkGeoCloud service

public class ThinkGeoCloudRasterMapsOverlay : TileOverlay`1, ThinkGeo.UI.XamarinForms.Adapters.IMapElementAdaptable`1[[ThinkGeo.UI.XamarinForms.Adapters.IThinkGeoCloudRasterMapsOverlayAdapter, ThinkGeo.UI.XamarinForms, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null]]

Inheritance ObjectOverlayOverlay<IThinkGeoCloudRasterMapsOverlayAdapter>TileOverlay<IThinkGeoCloudRasterMapsOverlayAdapter>ThinkGeoCloudRasterMapsOverlay
Implements IMapElementAdaptable<IThinkGeoCloudRasterMapsOverlayAdapter>

Remarks:

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

Properties

ClientId

public string ClientId { get; set; }

Property Value

String

ClientSecret

public string ClientSecret { get; set; }

Property Value

String

TimeoutInSeconds

public int TimeoutInSeconds { get; set; }

Property Value

Int32

WebProxy

public IWebProxy WebProxy { get; set; }

Property Value

IWebProxy

MapType

public ThinkGeoCloudRasterMapsMapType MapType { get; set; }

Property Value

ThinkGeoCloudRasterMapsMapType

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

Gets the adapter.

public IThinkGeoCloudRasterMapsOverlayAdapter Adapter { get; set; }

Property Value

IThinkGeoCloudRasterMapsOverlayAdapter
The adapter.

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

Constructors

ThinkGeoCloudRasterMapsOverlay()

Initializes a new instance of the ThinkGeoCloudRasterMapsOverlay class.

public ThinkGeoCloudRasterMapsOverlay()

ThinkGeoCloudRasterMapsOverlay(String, String)

public ThinkGeoCloudRasterMapsOverlay(string clientId, string clientSecret)

Parameters

clientId String

clientSecret String

ThinkGeoCloudRasterMapsOverlay(String, String, ThinkGeoCloudRasterMapsMapType)

public ThinkGeoCloudRasterMapsOverlay(string clientId, string clientSecret, ThinkGeoCloudRasterMapsMapType mapType)

Parameters

clientId String

clientSecret String

mapType ThinkGeoCloudRasterMapsMapType