[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.MapTileLayer

MapTileLayer Class

Defines a raster-based layer to be drawn within a map

Inheritance
MapTileLayer
Namespace: GrapeCity.ActiveReports.PageReportModel
Assembly: MESCIUS.ActiveReports.Core.Rdl.dll
Syntax
public sealed class MapTileLayer : MapLayer

Constructors

Name Description
MapTileLayer()

Initializes a new instance of the MapTileLayer class.

Properties

Name Description
MapTiles

Gets a set of cached tiles returned by the service for a specific zoom level. For other zoom levels the tiles will be requested from the service.

Provider

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

TileStyle

Gets or sets the tiles style That evaluates to one of MapTileLayer.MapTileStyle. The default value is Road.

UseSecureConnection

Gets or sets value indicating whether secure connection should be used for tiles retrieveing.

Extension Methods