'Declaration Function CreateTileProvider( _ ByVal provider As String, _ ByVal useSecureConnection As Boolean, _ ByVal tileStyle As MapTileStyle, _ ByVal tileLanguage As String _ ) As IMapTileProvider
IMapTileProvider CreateTileProvider( string provider, bool useSecureConnection, MapTileStyle tileStyle, string tileLanguage )
Parameters
- provider
- Invariant tile provider name.
- useSecureConnection
- True if secured connection to tile provider should be used.
- tileStyle
- The style of tiles to be returned by tile provider.
- tileLanguage
- The language of tiles to be returned by tile provider.