[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map.IMapTileLayer

IMapTileLayer Interface

Represents a map layer with image tiles as data.

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

Properties

Name Description
EmbeddedTiles

Gets the collection of embedded tiles.

Provider

Gets the name of the tile provider. 'Bing' by default.

TileLanguage

Gets the language of the tile.

TileStyle

Gets the tiles style.

UseSecureConnection

Gets a value indicating whether a secure connection should be used for retrieving tiles.

Extension Methods