HttpMapTileDataSource Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
HttpMapTileDataSource() |
Initializes a new instance of the HttpMapTileDataSource class. |
HttpMapTileDataSource(String) |
Initializes a new instance of the HttpMapTileDataSource class with the specified Uri format. |
HttpMapTileDataSource()
Initializes a new instance of the HttpMapTileDataSource class.
public:
HttpMapTileDataSource();
HttpMapTileDataSource();
public HttpMapTileDataSource();
function HttpMapTileDataSource()
Public Sub New ()
See also
Applies to
HttpMapTileDataSource(String)
Initializes a new instance of the HttpMapTileDataSource class with the specified Uri format.
public:
HttpMapTileDataSource(Platform::String ^ uriFormatString);
HttpMapTileDataSource(winrt::hstring const& uriFormatString);
public HttpMapTileDataSource(string uriFormatString);
function HttpMapTileDataSource(uriFormatString)
Public Sub New (uriFormatString As String)
Parameters
- uriFormatString
-
String
Platform::String
winrt::hstring
The Uri format to use.