Click or drag to resize

IMapTile Interface

Implemented by representations of a map tile.

Namespace: TomsToolbox.Wpf.Controls
Assembly: TomsToolbox.Wpf (in TomsToolbox.Wpf.dll) Version: 2.21.0+44d18b541fc9419ec3c549350a832394661b2a4d
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public interface IMapTile

The IMapTile type exposes the following members.

Properties
 NameDescription
Public propertyParent Gets the parent tile, or null if this is the root tile.
Public propertyX Gets the horizontal index of this tile.
Public propertyY Gets the vertical index of this tile.
Public propertyZoomLevel Gets the zoom level of this tile.
Top
Methods
 NameDescription
Public methodUnload Unloads this instance when the tile is no longer visible.
Top
See Also