[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileProvider

IMapTileProvider Interface

Represents the provider of tiles for a particular tile layer.

Namespace: GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public interface IMapTileProvider

Properties

Name Description

Gets the copyright information displayed for the tile provider.

Settings

Gets the tile provider settings, such as ApiKey, Language, Style, etc.

Methods

Name Description
GetTile(MapTileKey, Action<IMapTile>, Action<Exception>)

Gets an instance of a tile by specified coordinates and level of detail.

Extension Methods