MapTileDataSource
MapTileDataSource
MapTileDataSource
MapTileDataSource
Class
Definition
Provides a source of tiles for a MapTileSource. This class serves as the base class for HttpMapTileDataSource, LocalMapTileDataSource, and CustomMapTileDataSource.
public : class MapTileDataSource : DependencyObject, IMapTileDataSourcepublic class MapTileDataSource : DependencyObject, IMapTileDataSourcePublic Class MapTileDataSource Inherits DependencyObject Implements IMapTileDataSource// This API is not available in Javascript.
- Inheritance
-
MapTileDataSourceMapTileDataSourceMapTileDataSourceMapTileDataSource
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Inherited Members
Inherited methods
ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)ClearValue(DependencyProperty)
GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)GetAnimationBaseValue(DependencyProperty)
GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)GetValue(DependencyProperty)
ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)ReadLocalValue(DependencyProperty)
RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)RegisterPropertyChangedCallback(DependencyProperty,DependencyPropertyChangedCallback)
Inherited properties
Constructors
MapTileDataSource() MapTileDataSource() MapTileDataSource() MapTileDataSource()
Initializes a new instance of the MapTileDataSource class.
public : MapTileDataSource()public MapTileDataSource()Public Sub New()// This API is not available in Javascript.
- See Also