[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.GraphicalRenderers.Map.TileProviders.TileProvidersManager.CreateTileProvider

CreateTileProvider Method

CreateTileProvider(string, bool, MapTileStyle, string)

Create and configure specified tile provider

Declaration
public IMapTileProvider CreateTileProvider(string name, bool useSecureConnection, MapTileStyle tileStyle, string tileLanguage)
Parameters
Type Name Description
string name

Invariant tile provider name

bool useSecureConnection

Specifies if the secure connection have to be used.

MapTileStyle tileStyle

The style of the tile.

string tileLanguage

Language of the tile.

Returns
Type Description
IMapTileProvider
Implements