layout: default title: MapImageExportTiles parent: Core Classes —
dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Components.Layers
MapImageExportTiles Class
Indicates options supported by the exportTiles operation. Will be null if the supportsExportTiles is false.
public class MapImageExportTiles :
System.IEquatable<dymaptic.GeoBlazor.Core.Components.Layers.MapImageExportTiles>
Inheritance System.Object 🡒 MapImageExportTiles
Implements System.IEquatable<MapImageExportTiles>
Constructors
MapImageExportTiles(int) Constructor
Indicates options supported by the exportTiles operation. Will be null if the supportsExportTiles is false.
public MapImageExportTiles(int MaxExportTilesCount);
Parameters
MaxExportTilesCount
System.Int32
Specifies the maximum number of tiles that can be exported to a cache dataset or a tile package.
Properties
MapImageExportTiles.MaxExportTilesCount Property
Specifies the maximum number of tiles that can be exported to a cache dataset or a tile package.
public int MaxExportTilesCount { get; set; }