Click or drag to resize

IImageProvider Interface

Implemented by image providers for the Map control.

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 IImageProvider

The IImageProvider type exposes the following members.

Properties
 NameDescription
Public propertyMaxZoom Gets the maximum zoom factor supported by this provider.
Public propertyMinZoom Gets the minimum zoom factor supported by this provider.
Top
Methods
 NameDescription
Public methodGetImage Gets the image for a map tile.
Top
See Also