[]
Represents the provider of tiles for a particular tile layer.
public interface IMapTileProvider
| Name | Description |
|---|---|
| Copyright | Gets the copyright information displayed for the tile provider. |
| Settings | Gets the tile provider settings, such as ApiKey, Language, Style, etc. |
| Name | Description |
|---|---|
| GetTile(MapTileKey, Action<IMapTile>, Action<Exception>) | Gets an instance of a tile by specified coordinates and level of detail. |