Class MbglNetwork
- Namespace
- MapLibreNative.Maui
Controls MapLibre's process-global network state. When offline, all network requests are suspended and only cached / offline resources are served; switching back online resumes queued requests.
public static class MbglNetwork
- Inheritance
-
MbglNetwork
- Inherited Members
Properties
Online
Gets or sets whether MapLibre may access the network.
public static bool Online { get; set; }