Class BingMapsLayer
public class BingMapsLayer : XyzTileLayer
- Inheritance
-
BingMapsLayer
- Inherited Members
Constructors
BingMapsLayer()
public BingMapsLayer()
BingMapsLayer(string)
public BingMapsLayer(string applicationId)
Parameters
applicationId
string
BingMapsLayer(string, BingMapsMapType)
public BingMapsLayer(string applicationId, BingMapsMapType mapType)
Parameters
applicationId
stringmapType
BingMapsMapType
Properties
ApplicationId
public string ApplicationId { get; set; }
Property Value
HttpRequestProtocol
public RequestProtocol HttpRequestProtocol { get; set; }
Property Value
Logo
public GeoImage Logo { get; }
Property Value
MapType
public BingMapsMapType MapType { get; set; }
Property Value
Methods
DrawAsyncCore(GeoCanvas, Collection<SimpleCandidate>)
protected override Task DrawAsyncCore(GeoCanvas canvas, Collection<SimpleCandidate> labelsInAllLayers)
Parameters
canvas
GeoCanvaslabelsInAllLayers
Collection<SimpleCandidate>
Returns
GetImageUriAsyncCore(int, long, long, float)
protected override Task<string> GetImageUriAsyncCore(int zoomLevel, long x, long y, float resolutionFactor)
Parameters
Returns
OpenAsyncCore(CancellationToken)
protected override Task OpenAsyncCore(CancellationToken cancellationToken)
Parameters
cancellationToken
CancellationToken