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