Table of Contents

Class MapBoxStaticTilesLayer

Namespace
ThinkGeo.Core.Async
Assembly
ThinkGeo.Core.dll

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 string

The access token.

MapBoxStaticTilesLayer(string, MapBoxStyleId)

Initializes a new instance of the MapBoxStaticTilesLayer class.

public MapBoxStaticTilesLayer(string accessToken, MapBoxStyleId styleId)

Parameters

accessToken string

The access token.

styleId MapBoxStyleId

Properties

AccessToken

public string AccessToken { get; set; }

Property Value

string

StyleId

public MapBoxStyleId StyleId { get; set; }

Property Value

MapBoxStyleId

Methods

GetImageUriAsyncCore(int, long, long, float)

protected override Task<string> GetImageUriAsyncCore(int zoomLevel, long x, long y, float resolutionFactor)

Parameters

zoomLevel int
x long
y long
resolutionFactor float

Returns

Task<string>