Table of Contents

Class HereMapsRasterTileLayer

Namespace
ThinkGeo.Core.Async
Assembly
ThinkGeo.Core.dll
public class HereMapsRasterTileLayer : XyzTileLayer
Inheritance
HereMapsRasterTileLayer
Inherited Members

Constructors

HereMapsRasterTileLayer()

public HereMapsRasterTileLayer()

HereMapsRasterTileLayer(string)

public HereMapsRasterTileLayer(string apiKey)

Parameters

apiKey string

HereMapsRasterTileLayer(string, HereMapsRasterType)

public HereMapsRasterTileLayer(string apiKey, HereMapsRasterType mapType)

Parameters

apiKey string
mapType HereMapsRasterType

Properties

ApiKey

public string ApiKey { get; set; }

Property Value

string

Format

Get or Set the format of the Raster Tile

public HereMapsRasterTileFormat Format { get; set; }

Property Value

HereMapsRasterTileFormat

MapType

public HereMapsRasterType MapType { get; set; }

Property Value

HereMapsRasterType

Parameters

public Dictionary<string, string> Parameters { get; }

Property Value

Dictionary<string, string>

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>