ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapTileProvider Interface / Settings Property

In This Topic
    Settings Property (IMapTileProvider)
    In This Topic
    Gets the tile provider settings, such as ApiKey, Language, Style, etc.
    Syntax
    'Declaration
     
    ReadOnly Property Settings As NameValueCollection
    NameValueCollection Settings {get;}

    Property Value

    A System.Collections.Specialized.NameValueCollection representing the tile provider settings.
    See Also