dymaptic.GeoBlazor.Core

dymaptic.GeoBlazor.Core.Model

PackagingService Class

Service for packaging maps and data for offline use

public record 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; init; }

Property Value

System.Collections.Generic.List<ExportTileMap>

PackagingService.MaxMapAreaItemsLimit Property

Maximum number of items allowed in a map area

public int MaxMapAreaItemsLimit { get; init; }

Property Value

System.Int32

PackagingService.Url Property

URL for accessing the packaging service

public string? Url { get; init; }

Property Value

System.String