Table of Contents

Class MbglCache

Namespace
MapLibreNative.Maui

Provides the default path of MapLibre's cache database. The map views and MbglOfflineManager both default to this path, so offline regions downloaded by the manager are served to the map automatically.

public static class MbglCache
Inheritance
MbglCache
Inherited Members

Properties

DefaultPath

Default cache database path: {LocalApplicationData}/MapLibreNative.Maui/{processName}/cache.db (per-process so unrelated apps don't contend on one SQLite file). The directory is created on first access.

public static string DefaultPath { get; }

Property Value

string