Table of Contents

Delegate NativeMethods.OfflineProgressFn

Namespace
MapLibreNative.Maui

Recurring download-progress callback for an observed region.

public delegate void NativeMethods.OfflineProgressFn(long regionId, int downloadState, ulong completedResources, ulong completedBytes, ulong completedTiles, ulong requiredResources, int requiredIsPrecise, int complete, IntPtr userdata)

Parameters

regionId long
Recurring download-progress callback for an observed region.
downloadState int
Recurring download-progress callback for an observed region.
completedResources ulong
Recurring download-progress callback for an observed region.
completedBytes ulong
Recurring download-progress callback for an observed region.
completedTiles ulong
Recurring download-progress callback for an observed region.
requiredResources ulong
Recurring download-progress callback for an observed region.
requiredIsPrecise int
Recurring download-progress callback for an observed region.
complete int
Recurring download-progress callback for an observed region.
userdata IntPtr
Recurring download-progress callback for an observed region.