IThinkGeoCloudVectorMapsOverlayAdapter¶
Namespace: ThinkGeo.UI.XamarinForms.Adapters
This class represents the ThinkGeoCloudMapsVectorOverlay's adapter which requests images from the ThinkGeoCloud service
public interface IThinkGeoCloudVectorMapsOverlayAdapter : ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter
Implements ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter
Remarks:
This class represents the ThinkGeoCloudMapsVectorOverlay'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¶
ClientSecret¶
public abstract string ClientSecret { get; set; }
Property Value¶
TimeoutInSeconds¶
public abstract int TimeoutInSeconds { get; set; }
Property Value¶
WebProxy¶
public abstract IWebProxy WebProxy { get; set; }
Property Value¶
IWebProxy
MapType¶
public abstract ThinkGeoCloudVectorMapsMapType MapType { get; set; }
Property Value¶
ThinkGeoCloudVectorMapsMapType
StyleJsonUri¶
public abstract Uri StyleJsonUri { get; set; }
Property Value¶
Uri
VectorTileCache¶
public abstract FileVectorTileCache VectorTileCache { get; set; }
Property Value¶
FileVectorTileCache