Share via


HttpMapTileDataSource Constructors

Definition

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.

See also

Applies to