Class MbglRunLoop
- Namespace
- MapLibreNative.Maui
Wraps mbgl_runloop_t*. Must be created and disposed on the map thread.
public sealed class MbglRunLoop : IDisposable
- Inheritance
-
MbglRunLoop
Constructors
MbglRunLoop()
public MbglRunLoop()
Methods
Dispose()
public void Dispose()
RunOnce()
Drains pending scheduled callbacks without blocking.
public void RunOnce()