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
  Arction.Wpf.ChartingMVVM.MapsTileCacheWriter

Namespace:  Arction.Wpf.ChartingMVVM.Maps
Assembly:  Arction.Wpf.ChartingMVVM.LightningChart (in Arction.Wpf.ChartingMVVM.LightningChart.dll) Version: 10.3.1
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 methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodStartWriting
Start writing from given map area to cache folder. Supports only Street and Satellite layers.
Public methodStopWriting
Stop cache writing.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Events
  NameDescription
Public eventProgress
Occurs during tile fetching.
Top
See Also