Table of Contents

Struct MbglOfflineProgress

Namespace
MapLibreNative.Maui

Progress payload for RegionProgress.

public readonly record struct MbglOfflineProgress : IEquatable<MbglOfflineProgress>
Implements
Inherited Members

Constructors

MbglOfflineProgress(long, bool, ulong, ulong, ulong, ulong, bool, bool)

Progress payload for RegionProgress.

public MbglOfflineProgress(long RegionId, bool Active, ulong CompletedResources, ulong CompletedBytes, ulong CompletedTiles, ulong RequiredResources, bool RequiredIsPrecise, bool Complete)

Parameters

RegionId long
Active bool
CompletedResources ulong
CompletedBytes ulong
CompletedTiles ulong
RequiredResources ulong
RequiredIsPrecise bool
Complete bool

Properties

Active

public bool Active { get; init; }

Property Value

bool

Complete

public bool Complete { get; init; }

Property Value

bool

CompletedBytes

public ulong CompletedBytes { get; init; }

Property Value

ulong

CompletedResources

public ulong CompletedResources { get; init; }

Property Value

ulong

CompletedTiles

public ulong CompletedTiles { get; init; }

Property Value

ulong

RegionId

public long RegionId { get; init; }

Property Value

long

RequiredIsPrecise

public bool RequiredIsPrecise { get; init; }

Property Value

bool

RequiredResources

public ulong RequiredResources { get; init; }

Property Value

ulong