Click or drag to resize

TileCacheWriter Class

LightningChart .NET Help
Class to write certain map area and zoom levels to file system folder.
Inheritance Hierarchy
SystemObject
  LightningChartLib.UWP.ChartingMVVM.MapsTileCacheWriter

Namespace: LightningChartLib.UWP.ChartingMVVM.Maps
Assembly: LightningChart.UWP.ChartingMVVM (in LightningChart.UWP.ChartingMVVM.dll) Version: 11.0.1
XMLNS for XAML: Not mapped to an xmlns.
Syntax
[SerializableAttribute]
[TypeConverterAttribute(typeof(GeneralTypeConverter))]
public class TileCacheWriter : IChartNode

The TileCacheWriter type exposes the following members.

Constructors
 NameDescription
Public methodTileCacheWriter Constructor.
Top
Methods
 NameDescription
Public methodStartWriting Start writing from given map area to cache folder. Supports only Street and Satellite layers.
Public methodStopWriting Stop cache writing.
Top
Events
 NameDescription
Public eventProgress Occurs during tile fetching.
Top
See Also