'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.