LocalMapTileDataSource LocalMapTileDataSource LocalMapTileDataSource LocalMapTileDataSource Class

Definition

Provides a source of tiles for a MapTileSource. The tiles are fetched by using a local protocol such as ms-appdata.

public : class LocalMapTileDataSource : MapTileDataSource, ILocalMapTileDataSourcepublic class LocalMapTileDataSource : MapTileDataSource, ILocalMapTileDataSourcePublic Class LocalMapTileDataSource Inherits MapTileDataSource Implements ILocalMapTileDataSource// This API is not available in Javascript.
Inheritance
LocalMapTileDataSourceLocalMapTileDataSourceLocalMapTileDataSourceLocalMapTileDataSource
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited methods

Inherited properties

Constructors

LocalMapTileDataSource() LocalMapTileDataSource() LocalMapTileDataSource() LocalMapTileDataSource()

Initializes a new instance of the LocalMapTileDataSource class.

public : LocalMapTileDataSource()public LocalMapTileDataSource()Public Sub New()// This API is not available in Javascript.
See Also

LocalMapTileDataSource(String) LocalMapTileDataSource(String) LocalMapTileDataSource(String) LocalMapTileDataSource(String)

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

public : LocalMapTileDataSource(PlatForm::String uriFormatString)public LocalMapTileDataSource(String uriFormatString)Public Sub New(uriFormatString As String)// This API is not available in Javascript.
Parameters
uriFormatString
PlatForm::String String String String

The Uri format to use.

See Also

Properties

UriFormatString UriFormatString UriFormatString UriFormatString

Gets or sets the format of the Uri for fetching tiles from a local source.

public : PlatForm::String UriFormatString { get; set; }public string UriFormatString { get; set; }Public ReadWrite Property UriFormatString As string// This API is not available in Javascript.
Value
PlatForm::String string string string

The format of the Uri for fetching tiles from a local source.

See Also

Events

UriRequested UriRequested UriRequested UriRequested

Occurs when the tile is requested for an LocalMapTileDataSource. An instance of MapTileUriRequestedEventArgs provides data for this event.

public : event TypedEventHandler UriRequested<LocalMapTileDataSource,  MapTileUriRequestedEventArgs>public event TypedEventHandler UriRequested<LocalMapTileDataSource,  MapTileUriRequestedEventArgs>Public Event UriRequested<LocalMapTileDataSource,  MapTileUriRequestedEventArgs>// This API is not available in Javascript.
See Also

See Also