[]
Initializes a new instance of this class.
public TileProviderInfo(string name, string typeName)
Type | Name | Description |
---|---|---|
string | name | The name that can be used to refer to the tile provider in reports. |
string | typeName | Fully assembly-qualified name of the class that implements ITileProvider. |
Initializes a new instance of this class.
public TileProviderInfo(string name, string displayName, string typeName)
Type | Name | Description |
---|---|---|
string | name | The name that can be used to refer to the tile provider in reports. |
string | displayName | The display name of map tile provider. |
string | typeName | Fully assembly-qualified name of the class that implements ITileProvider. |