ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.GraphicalRenderers.Map.TileProviders Namespace / TileProvidersManager Class / CreateTileProvider Method
Invariant tile provider name
Specifies if the secure connection have to be used.
The style of the tile.
Language of the tile.

In This Topic
    CreateTileProvider Method (TileProvidersManager)
    In This Topic
    Create and configure specified tile provider
    Syntax
    'Declaration
     
    Public Function CreateTileProvider( _
       ByVal name As String, _
       ByVal useSecureConnection As Boolean, _
       ByVal tileStyle As MapTileStyle, _
       ByVal tileLanguage As String _
    ) As IMapTileProvider
    public IMapTileProvider CreateTileProvider( 
       string name,
       bool useSecureConnection,
       MapTileStyle tileStyle,
       string tileLanguage
    )

    Parameters

    name
    Invariant tile provider name
    useSecureConnection
    Specifies if the secure connection have to be used.
    tileStyle
    The style of the tile.
    tileLanguage
    Language of the tile.
    See Also