Class HereMapsRasterTileLayer
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
stringmapType
HereMapsRasterType
Properties
ApiKey
public string ApiKey { get; set; }
Property Value
Format
Get or Set the format of the Raster Tile
public HereMapsRasterTileFormat Format { get; set; }
Property Value
MapType
public HereMapsRasterType MapType { get; set; }
Property Value
Parameters
public Dictionary<string, string> Parameters { get; }
Property Value
Methods
GetImageUriAsyncCore(int, long, long, float)
protected override Task<string> GetImageUriAsyncCore(int zoomLevel, long x, long y, float resolutionFactor)