Enum MaplibreStatus
Status category reported by MapLibre Native C API calls.
public enum MaplibreStatus
Fields
AbiMismatch = -1000The loaded C ABI version is incompatible with this binding.
InvalidArgument = -1A pointer, size field, mask, or handle argument was invalid.
InvalidState = -2The object is valid but not currently in a state that permits the call.
NativeError = -5A native MapLibre error or C++ exception was converted to status.
Ok = 0The operation succeeded.
Unknown = -2147483648The native library returned a status unknown to this binding.
Unsupported = -4The entry point or requested behavior is unavailable in this build.
WrongThread = -3The handle is thread-affine and the call ran on the wrong thread.