dymaptic.GeoBlazor.Core
dymaptic.GeoBlazor.Core.Model
PackagingService Class
Service for packaging maps and data for offline use
public class PackagingService :
System.IEquatable<dymaptic.GeoBlazor.Core.Model.PackagingService>
Inheritance System.Object 🡒 PackagingService
Implements System.IEquatable<PackagingService>
Constructors
PackagingService() Constructor
public PackagingService();
Properties
PackagingService.ExportTilesMap Property
Mapping of source URLs to export URLs for tile services
public System.Collections.Generic.List<dymaptic.GeoBlazor.Core.Model.ExportTileMap>? ExportTilesMap { get; set; }
Property Value
System.Collections.Generic.List<ExportTileMap>
PackagingService.MaxMapAreaItemsLimit Property
Maximum number of items allowed in a map area
public int MaxMapAreaItemsLimit { get; set; }
Property Value
PackagingService.Url Property
URL for accessing the packaging service
public string? Url { get; set; }