Function IsAccessAllowed

  • Returns if a given tileset is allowed to be loaded for a given account.

    Parameters

    • params: {
          api?: GlobalApi.Api;
          forAccountId?: string;
          req?: IReqParams;
          sourceAccountId: string;
          tilesetId: string;
      }
      • Optional api?: GlobalApi.Api
      • Optional forAccountId?: string
      • Optional req?: IReqParams
      • sourceAccountId: string
      • tilesetId: string

    Returns Promise<boolean>

Generated using TypeDoc