Class MapBoxStaticTilesLayer
Class MapBoxLayer.
public class MapBoxStaticTilesLayer : XyzTileLayer
- Inheritance
-
MapBoxStaticTilesLayer
- Inherited Members
Constructors
MapBoxStaticTilesLayer()
Initializes a new instance of the MapBoxStaticTilesLayer class.
public MapBoxStaticTilesLayer()
MapBoxStaticTilesLayer(string)
Initializes a new instance of the MapBoxStaticTilesLayer class.
public MapBoxStaticTilesLayer(string accessToken)
Parameters
accessToken
stringThe access token.
MapBoxStaticTilesLayer(string, MapBoxStyleId)
Initializes a new instance of the MapBoxStaticTilesLayer class.
public MapBoxStaticTilesLayer(string accessToken, MapBoxStyleId styleId)
Parameters
accessToken
stringThe access token.
styleId
MapBoxStyleId
Properties
AccessToken
public string AccessToken { get; set; }
Property Value
StyleId
public MapBoxStyleId StyleId { get; set; }
Property Value
Methods
GetImageUriAsyncCore(int, long, long, float)
protected override Task<string> GetImageUriAsyncCore(int zoomLevel, long x, long y, float resolutionFactor)