[]
Create and configure specified tile provider
public IMapTileProvider CreateTileProvider(string name, bool useSecureConnection, MapTileStyle tileStyle, string tileLanguage)
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. |
Type | Description |
---|---|
IMapTileProvider |