Class CustomImageTileProvider
- Namespace
- Pinwheel.Vista.RealWorldData
- Assembly
- Pinwheel.Vista.RealWorldData.Runtime.dll
Image-tile request helper that expands a URL template into concrete tile requests for a custom map service.
public class CustomImageTileProvider : IImageTileProvider
- Inheritance
-
CustomImageTileProvider
- Implements
- Inherited Members
Properties
- apiKey
API key substituted into urlTemplate when the template contains Pinwheel.Vista.RealWorldData.CustomImageTileProvider.API_KEY.
- maxZoom
Highest zoom level this provider allows.
- minZoom
Lowest zoom level this provider allows.
- urlTemplate
URL template used to create per-tile requests.
Methods
- CreateTileRequest(int, int, int)
Creates a web request for one tile by expanding the configured URL template.
- CreateUrl(string, string, int, int, int)
Expands a tile URL template by replacing the supported placeholder tokens with concrete values.