IBingMapsOverlayAdapter¶
Namespace: ThinkGeo.UI.XamarinForms.Adapters
This class represents an BingMapsTileOverlay's adapter.
public interface IBingMapsOverlayAdapter : ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter
Implements ITileOverlayAdapter, IOverlayAdapter, IMapElementAdapter
Properties¶
MapStyle¶
This property gets or sets the requesting map type from Bing Maps Imagery Service.
public abstract BingMapsMapType MapStyle { get; set; }
Property Value¶
BingMapsMapType
ApplicationId¶
This property gets or sets an application account registered from Bing Maps Imagery Service.
public abstract string ApplicationId { get; set; }