LocalMapTileDataSource Constructors

Definition

Overloads

LocalMapTileDataSource()

Initializes a new instance of the LocalMapTileDataSource class.

LocalMapTileDataSource(String)

Initializes a new instance of the LocalMapTileDataSource class with the specified Uri format.

LocalMapTileDataSource()

Initializes a new instance of the LocalMapTileDataSource class.

public:
 LocalMapTileDataSource();
 LocalMapTileDataSource();
public LocalMapTileDataSource();
function LocalMapTileDataSource()
Public Sub New ()

See also

Applies to

LocalMapTileDataSource(String)

Initializes a new instance of the LocalMapTileDataSource class with the specified Uri format.

public:
 LocalMapTileDataSource(Platform::String ^ uriFormatString);
 LocalMapTileDataSource(winrt::hstring const& uriFormatString);
public LocalMapTileDataSource(string uriFormatString);
function LocalMapTileDataSource(uriFormatString)
Public Sub New (uriFormatString As String)

Parameters

uriFormatString
String

Platform::String

winrt::hstring

The Uri format to use.

See also

Applies to