Home > @magiclane/maps-sdk > OnlineRestrictions
OnlineRestrictions enum
Represents online restrictions using bitwise flags.
Core
Signature:
export declare enum OnlineRestrictions Enumeration Members
|
Member |
Value |
Description |
|---|---|---|
|
Authorization |
|
Restricted due to authorization issues (e.g., no access rights) |
|
Connection |
|
No internet connection |
|
NetworkType |
|
Restricted by network type (e.g., mobile network restrictions) |
|
Outdated |
|
Restricted due to outdated service version |
|
RateLimit |
|
Restricted due to rate limiting (too many requests) |