BingMapsOverlay¶
Namespace: ThinkGeo.UI.XamarinForms
This class represents an overlay that requesting from Bing Maps Imagery Service.
public class BingMapsOverlay : TileOverlay`1, ThinkGeo.UI.XamarinForms.Adapters.IMapElementAdaptable`1[[ThinkGeo.UI.XamarinForms.Adapters.IBingMapsOverlayAdapter, ThinkGeo.UI.XamarinForms, Version=13.0.0.0, Culture=neutral, PublicKeyToken=null]]
Inheritance Object → Overlay → Overlay<IBingMapsOverlayAdapter> → TileOverlay<IBingMapsOverlayAdapter> → BingMapsOverlay
Implements IMapElementAdaptable<IBingMapsOverlayAdapter>
Properties¶
ApplicationId¶
This property gets or sets an application account registered from Bing Maps Imagery Service.
public string ApplicationId { get; set; }
Property Value¶
MapStyle¶
This property gets or sets the requesting map type from Bing Maps Imagery Service.
public BingMapsMapType MapStyle { get; set; }
Property Value¶
BingMapsMapType
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 IBingMapsOverlayAdapter Adapter { get; set; }
Property Value¶
IBingMapsOverlayAdapter
The adapter.
IsVisible¶
public bool IsVisible { get; set; }
Property Value¶
Name¶
public string Name { get; set; }
Property Value¶
Opacity¶
public double Opacity { get; set; }
Property Value¶
Constructors¶
BingMapsOverlay()¶
Initializes a new instance of the BingMapsOverlay class.
public BingMapsOverlay()